Skip to content

Commit 3c55246

Browse files
[HOTFIX] fix for updating checkmake expected SHA
Changes in file .github/workflows/makefile-lint.yml: * use new variable configured in GitHub Actions dashboard. * related work
1 parent e4b9bc9 commit 3c55246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363
env:
6464
BUILDER_NAME: "makefile-lint"
6565
BUILDER_EMAIL: "no-reply@localhost"
66+
EXPECTED_SHA: "${{ vars.CHECKMAKE_EXPECTED_SHA }}"
6667
run: |
6768
git clone --depth 1 --branch main https://github.com/mrtazz/checkmake.git checkmake
6869
cd checkmake
69-
EXPECTED_SHA="880668e0015d47e9b84ec5edfec4bf67b4228ea4" # v0.2.2+21
7070
ACTUAL_SHA=$(git rev-parse HEAD)
7171
if [ "$EXPECTED_SHA" != "$ACTUAL_SHA" ]; then
7272
ERR_MSG_STUB="Checkmake repository hash verification failed."

0 commit comments

Comments
 (0)