We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac77e9 commit a07b650Copy full SHA for a07b650
.github/workflows/githubstats.yml
@@ -22,9 +22,9 @@ jobs:
22
run: |
23
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
24
git config --local user.name "github-actions[bot]"
25
- git commit -a -m "Update database"
+ git commit -a -m "chore: update database"
26
- name: Push changes
27
uses: ad-m/github-push-action@master
28
with:
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
- branch: ${{ github.ref }}
+ branch: ${{ github.ref }}
0 commit comments