Skip to content

Commit

Permalink
Update update-database.yaml, upgrade ad-m/github-push-action to v0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby authored May 21, 2024
1 parent 30cfd45 commit 34df191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
git add -A
git diff-index --quiet HEAD || (git commit -a -m "Update database." --allow-empty)
- name: Push changes
uses: ad-m/github-push-action@v0.6.0
uses: ad-m/github-push-action@v0.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main

0 comments on commit 34df191

Please sign in to comment.