fix: using pipe line

This commit is contained in:
shenjack 2022-12-29 15:16:46 +08:00
parent 873705bace
commit b2df4a52a4

View File

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