Skip to content

Commit

Permalink
fix: remove unneeded true
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Jul 19, 2023
1 parent 0d99614 commit 346e73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/leetcode_directory_writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
git checkout -b leetcode-directory-${{ github.sha }}
git commit -m "docs: updating `leetcode/DIRECTORY.md`"
git push origin leetcode-directory-${{ github.sha }}:leetcode-directory-${{ github.sha }} || true
git push origin leetcode-directory-${{ github.sha }}:leetcode-directory-${{ github.sha }}
- name: Creating the pull request
shell: bash
run: |
Expand Down

0 comments on commit 346e73c

Please sign in to comment.