Skip to content

Commit 265c43c

Browse files
authored
fix: remove unneeded true
1 parent 87789ea commit 265c43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awesome_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: Commit, push, and create a PR
4545
run: |
4646
git checkout -b clang-tidy-${{ github.sha }}
47-
git commit -am "fix: clang-format and clang-tidy fixes for ${GITHUB_SHA::8}" || true
47+
git commit -am "fix: clang-format and clang-tidy fixes for ${GITHUB_SHA::8}"
4848
git push origin clang-tidy-${{ github.sha }}:clang-tidy-${{ github.sha }}
4949
5050
if [[ $(git log --branches --not --remotes) ]]; then

0 commit comments

Comments
 (0)