8000
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.
--force-with-lease
1 parent ada8bfd commit f5dfb90Copy full SHA for f5dfb90
directory_md/action.yml
@@ -58,7 +58,7 @@ runs:
58
git add DIRECTORY.md
59
60
git commit -m "docs: update DIRECTORY.md" || true
61
- git push origin ${{ inputs.branch-name }}:${{ inputs.branch-name }} --force
+ git push origin ${{ inputs.branch-name }}:${{ inputs.branch-name }} --force-with-lease
62
63
gh pr create --base ${GITHUB_REF##*/} --head ${{ inputs.branch-name }} --title 'docs: updating `DIRECTORY.md`' --body 'Updated the `DIRECTORY.md` file (see the diff. for changes).' || true
64
# Using `true` will make sure no errors are displayed even if there's a PR created.
0 commit comments