Skip to content

Commit 0af3429

Browse files
committed
update workflow
1 parent fc01c42 commit 0af3429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-library-refs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "Checking git version....."
2424
git --version
2525
26-
COMMIT_HASH = $(git rev-parse HEAD)
26+
COMMIT_HASH=$(git rev-parse HEAD)
2727
echo "Current commit hash: $COMMIT_HASH"
2828
2929
git fetch origin main

0 commit comments

Comments
 (0)