We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
true
1 parent 87789ea commit 265c43cCopy full SHA for 265c43c
.github/workflows/awesome_workflow.yml
@@ -44,7 +44,7 @@ jobs:
44
name: Commit, push, and create a PR
45
run: |
46
git checkout -b clang-tidy-${{ github.sha }}
47
- git commit -am "fix: clang-format and clang-tidy fixes for ${GITHUB_SHA::8}" || true
+ git commit -am "fix: clang-format and clang-tidy fixes for ${GITHUB_SHA::8}"
48
git push origin clang-tidy-${{ github.sha }}:clang-tidy-${{ github.sha }}
49
50
if [[ $(git log --branches --not --remotes) ]]; then
0 commit comments