feat: 我还不信输出不了了

This commit is contained in:
shenjack 2022-12-29 17:48:18 +08:00
parent 4c51eaa0cd
commit 6184c3feba

View File

@ -35,6 +35,7 @@ jobs:
run: |
short_sha=$(echo ${GITHUB_SHA} | cut -c1-7)
echo "short_sha=$short_sha" >> $GITHUB_OUTPUT
echo $GITHUB_OUTPUT
# $short_sha = Write-Output $`{GITHUB_SHA`}
# $short_sha = $short_sha.substring(1,7)
# Write-Output $short_sha