From 346e73c724911947456f6ede6d01c56469daebd2 Mon Sep 17 00:00:00 2001 From: David Leal Date: Tue, 18 Jul 2023 20:41:40 -0600 Subject: [PATCH] fix: remove unneeded `true` --- .github/workflows/leetcode_directory_writer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |