Skip to content

Commit 3dfbb95

Browse files
Merge pull request #83 from Muckenbatscher/bugfix/sha-filename
corrected name of the commit sha file
2 parents cd02b48 + f6c9dee commit 3dfbb95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/official_commit_verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Compare to expected commit hash
4141
id: compare_commits
4242
run: |
43-
EXPECTED_COMMIT=$(cat ${{ env.OWN_GIT_DIR_NAME }}/.github/workflows/official-commit/.sha)
43+
EXPECTED_COMMIT=$(cat ${{ env.OWN_GIT_DIR_NAME }}/.github/workflows/official-commit/sha)
4444
echo "expected=$EXPECTED_COMMIT" >> $GITHUB_OUTPUT
4545
4646
echo "Expected: $EXPECTED_COMMIT"

0 commit comments

Comments
 (0)