10000 chore: apply suggestions from code review · TheAlgorithms/scripts@c454b84 · GitHub
[go: up one dir, main page]

Skip to content

Commit c454b84

Browse files
chore: apply suggestions from code review
Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
1 parent e6a17ea commit c454b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

directory_md/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
git checkout directory-update
4444
4545
git commit -m "docs: update `DIRECTORY.md`" DIRECTORY.md || true
46-
git push origin directory-update:directory-update
46+
git push origin directory-update:directory-update --force
4747
- name: Creating a pull request
4848
shell: bash
4949
run: |

0 commit comments

Comments
 (0)
0