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 1c21eac commit 994dc2dCopy full SHA for 994dc2d
.github/workflows/bump.yml
@@ -115,7 +115,7 @@ jobs:
115
git commit -m "chore: update dependencies on $DATE" || echo "No changes to commit"
116
117
# Push changes to remote, force with lease for safety
118
- git push --force-with-lease origin $BRANCH_NAME || exit 1
+ git push --set-upstream origin $BRANCH_NAME || exit 1
119
120
- name: 🔀 Create Pull Request
121
if: steps.check_changes.outputs.changes == 'true'
0 commit comments