diff --git a/.github/workflows/leetcode_directory_writer.yml b/.github/workflows/leetcode_directory_writer.yml index 0ffbcdbc..9d4ab38b 100644 --- a/.github/workflows/leetcode_directory_writer.yml +++ b/.github/workflows/leetcode_directory_writer.yml @@ -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: |