We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc01c42 commit 0af3429Copy full SHA for 0af3429
1 file changed
.github/workflows/update-library-refs.yml
@@ -23,7 +23,7 @@ jobs:
23
echo "Checking git version....."
24
git --version
25
26
- COMMIT_HASH = $(git rev-parse HEAD)
+ COMMIT_HASH=$(git rev-parse HEAD)
27
echo "Current commit hash: $COMMIT_HASH"
28
29
git fetch origin main
0 commit comments