Skip to content

Commit 7655f6b

Browse files
committed
move checkout
1 parent ec4fc93 commit 7655f6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/details-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
- name: Query Raw
9393
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server query-raw
9494

95+
- name: Checkout repository
96+
uses: actions/checkout@v4
97+
9598
- name: Save Display Outputs
9699
run: |
97100
# Save startparameters output (extract from config or command)
@@ -103,9 +106,6 @@ jobs:
103106
# Save query output
104107
LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server query > query-${{ matrix.shortname }}server.txt
105108
106-
- name: Checkout repository
107-
uses: actions/checkout@v4
108-
109109
- name: Push to details-outputs branch
110110
uses: Automattic/action-commit-to-branch@master
111111
with:

0 commit comments

Comments
 (0)