Skip to content

Commit 2783e84

Browse files
committed
avoid git commit error
1 parent 683f846 commit 2783e84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/upgrade.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ jobs:
3535
- name: Run unit tests
3636
run: pnpm test
3737
- name: Save upgraded packages back to repo
38-
continue-on-error: true
39-
run: git add . && git commit -m "upgrade deps && docs" && git push origin main
38+
run: echo $(date +%F_%H:%M:%S) > .lst && git add . && git commit -m "upgrade deps && docs" && git push origin main

0 commit comments

Comments
 (0)