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 1e295c6 commit fa8e0b7
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,14 +41,14 @@ jobs:
"label": "downloads",
"message": "$download_count",
"color": "blue"
}' > /.github/download-count.json
}' > .github/download-count.json
- name: Commit and Push Changes
env:
TOKEN: ${{ secrets.ACTIONS_PUSH_TOKEN }}
run: |
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
git add /.github/download-count.json
git add .github/download-count.json
git commit -m 'Update download count'
git push https://$TOKEN@github.com/shupershuff/Diablo2RLoader.git HEAD:main

0 comments on commit fa8e0b7

Please sign in to comment.