Skip to content

Commit 1fe97ab

Browse files
committed
chore: latest workflow
1 parent d6ae6ea commit 1fe97ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron.update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
git config user.name "github-actions[bot]"
9595
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
9696
git add .json
97-
git commit -m "[upgrade] ${{ env.LATEST_VERSION }}"
97+
git commit -m "chore: auto upgrade to ${{ env.LATEST_VERSION }}"
9898
git push origin HEAD:master
9999
100100
- name: cron-update / tag

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ jobs:
404404
if [ -f LICENSE ]; then
405405
git add LICENSE
406406
fi
407-
git commit -m "auto update README.md"
407+
git commit -m "update README.md"
408408
git push origin HEAD:master
409409
410410

0 commit comments

Comments
 (0)