We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b3338 commit ec4fc93Copy full SHA for ec4fc93
.github/workflows/details-check.yml
@@ -103,6 +103,9 @@ jobs:
103
# Save query output
104
LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server query > query-${{ matrix.shortname }}server.txt
105
106
+ - name: Checkout repository
107
+ uses: actions/checkout@v4
108
+
109
- name: Push to details-outputs branch
110
uses: Automattic/action-commit-to-branch@master
111
with:
0 commit comments