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 b234c7c commit 5fb57a0Copy full SHA for 5fb57a0
.github/workflows/generate.yml
@@ -79,4 +79,4 @@ jobs:
79
run: |
80
git config --local user.email "[email protected]"
81
git config --local user.name "GitHub Actions (pmd-bot)"
82
- git add dist && git commit -m 'Updated dist' && git push origin main
+ git add -f dist && git commit -m 'Updated dist' && git push origin main
0 commit comments