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 d6ae6ea commit 1fe97abCopy full SHA for 1fe97ab
.github/workflows/cron.update.yml
@@ -94,7 +94,7 @@ jobs:
94
git config user.name "github-actions[bot]"
95
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
96
git add .json
97
- git commit -m "[upgrade] ${{ env.LATEST_VERSION }}"
+ git commit -m "chore: auto upgrade to ${{ env.LATEST_VERSION }}"
98
git push origin HEAD:master
99
100
- name: cron-update / tag
.github/workflows/docker.yml
@@ -404,7 +404,7 @@ jobs:
404
if [ -f LICENSE ]; then
405
git add LICENSE
406
fi
407
- git commit -m "auto update README.md"
+ git commit -m "update README.md"
408
409
410
0 commit comments