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.
2 parents 542e1d4 + 0b53e53 commit 25f33aaCopy full SHA for 25f33aa
.github/workflows/commit-check-pr.yml
@@ -89,6 +89,6 @@ jobs:
89
you adhere to the commit checker formatting
90
```
91
EOF
92
- podman run -q -v ${{ github.workspace }}:/src/app-root quay.io/rmartine/commitchecker:latest --start ${{ steps.get-commits.outputs.master_commit_hash }} --end ${{ steps.get-commits.outputs.last_commit_hash }} >> /tmp/body-file.txt 2>&1
+ podman run -q -v ${{ github.workspace }}:/src/app-root quay.io/rmartine/commitchecker:latest --start ${{ steps.get-commits.outputs.master_commit_hash }} --end ${{ steps.get-commits.outputs.last_commit_hash }} >> /tmp/body-file.txt 2>&1 || true
93
94
gh pr comment ${{ env.PR_NUMBER }} --body-file /tmp/body-file.txt
0 commit comments