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.
github.job_workflow_sha
1 parent 9e0204f commit a330221Copy full SHA for a330221
.github/workflows/pre-commit.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
persist-credentials: false
54
repository: cpp-linter/.github
55
- ref: ${{ github.job_workflow_sha }}
+ ref: check-pr-title
56
path: org-repo
57
- run: rustup update --no-self-update
58
- name: Install cargo-binstall
0 commit comments