Skip to content

Commit 7e0213c

Browse files
committed
chore: upgrade to newest workflows
1 parent bedbc24 commit 7e0213c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)