Skip to content

Commit

Permalink
Update GetDownloadCount.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shupershuff authored Jun 18, 2024
1 parent ff56790 commit 9fe9912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GetDownloadCount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
git add .github/previous-release-download-count.json
git commit -m 'Update download count'
git push https://$TOKEN@github.com/shupershuff/Diablo2RLoader.git HEAD:main
git diff --cached --exit-code || git commit -m 'Update download count' || echo "No changes to commit"
git push https://$TOKEN@github.com/shupershuff/Diablo2RLoader.git HEAD:main || echo "No changes to push"

0 comments on commit 9fe9912

Please sign in to comment.