Update sync_wgcf.yml

Former-commit-id: 791a37de0f47af049fbd49c89ff9300b7143b8a8
This commit is contained in:
fscarmen
2022-06-04 11:36:04 +08:00
committed by GitHub
parent 0ea3eb2b78
commit 9c76bc14ef
+1 -1
View File
@@ -64,6 +64,6 @@ jobs:
git config --global user.email "${{ env.EMAIL }}"
git config --global user.name "${{ env.USERNAME }}"
git add .
git commit -m "Sync WGCF to V$LATEST by Github Actions, $(date "+%Y/%m/%d %H:%M:%S")"
git commit -m "Sync WGCF to V${{ env.LATEST }} by Github Actions, $(date "+%Y/%m/%d %H:%M:%S")"
git push