Skip to content

Commit

Permalink
avoid git commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jan 2, 2025
1 parent 683f846 commit 2783e84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ jobs:
- name: Run unit tests
run: pnpm test
- name: Save upgraded packages back to repo
continue-on-error: true
run: git add . && git commit -m "upgrade deps && docs" && git push origin main
run: echo $(date +%F_%H:%M:%S) > .lst && git add . && git commit -m "upgrade deps && docs" && git push origin main

0 comments on commit 2783e84

Please sign in to comment.