Skip to content

Commit 31ce56b

Browse files
committed
test
1 parent 58e7348 commit 31ce56b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/details-check.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ jobs:
103103
# Save query output
104104
LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server query > query-${{ matrix.shortname }}server.txt
105105
106+
- name: Checkout repository
107+
uses: actions/checkout@v4
108+
106109
- name: Commit and Push Only TXT Files to Branch
107-
env:
108-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109110
run: |
110111
git config --global user.email "[email protected]"
111112
git config --global user.name "GitHub Actions"
@@ -114,3 +115,5 @@ jobs:
114115
git add *.txt
115116
git commit -m "Publish details outputs txt files" || echo "Nothing to commit"
116117
git push origin $branch_name || echo "Nothing to push"
118+
env:
119+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)