We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e027e commit bb90adfCopy full SHA for bb90adf
1 file changed
.github/workflows/auto-update-Dockerfiles.yml
@@ -139,7 +139,7 @@ jobs:
139
git push origin --delete $remoteBranch 2>$null
140
141
# Push local branch to remote branch (force push to consistent remote branch name)
142
- git push --force-with-lease origin "${localBranch}:${remoteBranch}"
+ git push --force origin "${localBranch}:${remoteBranch}"
143
144
# Write the remote branch name to GITHUB_OUTPUT for use in the PR step
145
Add-Content -Path $env:GITHUB_OUTPUT -Value "BRANCH=$remoteBranch"
0 commit comments