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 bedbc24 commit 7e0213cCopy full SHA for 7e0213c
.github/workflows/cron.update.yml
@@ -95,7 +95,7 @@ jobs:
95
git config user.name "github-actions[bot]"
96
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
97
git add .json
98
- git commit -m "[upgrade] ${{ env.LATEST_VERSION }}"
+ git commit -m "chore: auto upgrade to ${{ env.LATEST_VERSION }}"
99
git push origin HEAD:master
100
101
- name: cron-update / tag
0 commit comments