File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments