We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683f846 commit 2783e84Copy full SHA for 2783e84
.github/workflows/upgrade.yml
@@ -35,5 +35,4 @@ jobs:
35
- name: Run unit tests
36
run: pnpm test
37
- 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
+ run: echo $(date +%F_%H:%M:%S) > .lst && git add . && git commit -m "upgrade deps && docs" && git push origin main
0 commit comments