mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
fix: remove unneeded true
This commit is contained in:
parent
0d9961455d
commit
346e73c724
@ -34,7 +34,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git checkout -b leetcode-directory-${{ github.sha }}
|
git checkout -b leetcode-directory-${{ github.sha }}
|
||||||
git commit -m "docs: updating `leetcode/DIRECTORY.md`"
|
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
|
- name: Creating the pull request
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user