We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a762a commit 6f9203dCopy full SHA for 6f9203d
script/cache-hash.sh
@@ -18,4 +18,4 @@ hash=$(git submodule status)
18
hash=$hash$($DIGEST_ALGORITHM $JNI_FILES)
19
hash=$(echo $hash | $DIGEST_ALGORITHM | cut -c-64)
20
21
-echo "{hash}={hash}" >> $GITHUB_OUTPUT
+echo "hash=$hash" >> $GITHUB_OUTPUT
0 commit comments