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.
1 parent e6a17ea commit c454b84Copy full SHA for c454b84
directory_md/action.yml
@@ -43,7 +43,7 @@ runs:
43
git checkout directory-update
44
45
git commit -m "docs: update `DIRECTORY.md`" DIRECTORY.md || true
46
- git push origin directory-update:directory-update
+ git push origin directory-update:directory-update --force
47
- name: Creating a pull request
48
shell: bash
49
run: |
0 commit comments