10000 Create PR rather than direct commit (directory workflow) by Panquesito7 · Pull Request #24 · TheAlgorithms/scripts · GitHub
[go: up one dir, main page]

Skip to content

Create PR rather than direct commit (directory workflow) #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: apply suggestions from code review
Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
  • Loading branch information
Panquesito7 and tjgurwara99 authored Jun 13, 2023
commit c454b84db8d430c795d3766a98e4adf35019cd7b
2 changes: 1 addition & 1 deletion directory_md/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
git checkout directory-update

git commit -m "docs: update `DIRECTORY.md`" DIRECTORY.md || true
git push origin directory-update:directory-update
git push origin directory-update:directory-update --force
- name: Creating a pull request
shell: bash
run: |
Expand Down
0