Skip to content

Commit a330221

Browse files
committed
github.job_workflow_sha is broken
hard code org-repo ref for now. MUST CHANGE/REMOVE THIS COMMIT BEFORE MERGING
1 parent 9e0204f commit a330221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
persist-credentials: false
5454
repository: cpp-linter/.github
55-
ref: ${{ github.job_workflow_sha }}
55+
ref: check-pr-title
5656
path: org-repo
5757
- run: rustup update --no-self-update
5858
- name: Install cargo-binstall

0 commit comments

Comments
 (0)