Skip to content

Commit cebb02e

Browse files
committed
chore: upgrade to latest workflow
1 parent df508c8 commit cebb02e

File tree

4 files changed

+310
-123
lines changed

4 files changed

+310
-123
lines changed

.github/workflows/cron.update.yml

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

0 commit comments

Comments
 (0)