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 ec4fc93 commit 7655f6bCopy full SHA for 7655f6b
.github/workflows/details-check.yml
@@ -92,6 +92,9 @@ jobs:
92
- name: Query Raw
93
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server query-raw
94
95
+ - name: Checkout repository
96
+ uses: actions/checkout@v4
97
+
98
- name: Save Display Outputs
99
run: |
100
# Save startparameters output (extract from config or command)
@@ -103,9 +106,6 @@ jobs:
103
106
# Save query output
104
107
LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server query > query-${{ matrix.shortname }}server.txt
105
108
- - name: Checkout repository
- uses: actions/checkout@v4
-
109
- name: Push to details-outputs branch
110
uses: Automattic/action-commit-to-branch@master
111
with:
0 commit comments