We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43c658 commit f86c77cCopy full SHA for f86c77c
1 file changed
changelog/bundle-pr/action.yml
@@ -87,8 +87,7 @@ runs:
87
88
git commit -m "Add changelog bundle ${BUNDLE_NAME}"
89
git remote set-url origin "https://x-access-token:${GH_TOKEN}@github.com/${GIT_REPOSITORY}.git"
90
- # Force-push: branch is ephemeral and always rebuilt from scratch
91
- git push -f origin "$BRANCH"
+ git push --force-with-lease origin "$BRANCH"
92
git remote set-url origin "https://github.com/${GIT_REPOSITORY}.git"
93
94
BASE_FLAG=()
0 commit comments