We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630c16b commit 28b2383Copy full SHA for 28b2383
1 file changed
.github/workflows/promote-nsc-channel.yml
@@ -245,7 +245,7 @@ jobs:
245
git checkout -B "${PR_BRANCH}"
246
git add tools/nsc/manifests
247
git commit -m "Promote NSC channel ${SOURCE_SHA}"
248
- git push --force-with-lease origin "${PR_BRANCH}"
+ git push --force origin "${PR_BRANCH}"
249
250
- name: Create or update promotion PR
251
if: steps.manifest-diff.outputs.has_changes == 'true'
0 commit comments