Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit b70e941

Browse files
committed
update workflow git commit
1 parent 1ca5df3 commit b70e941

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ jobs:
5151
git checkout -b deploy
5252
git add .
5353
git commit -m "deploy"
54-
git push origin deploy
54+
git push --force --set-upstream https://github.com/zmh-program/code-statistic.git HEAD:deploy
55+
env:
56+
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)