fix:?
This commit is contained in:
parent
b90858c429
commit
1c6b4efa7a
12
.github/workflows/nuitka.yml
vendored
12
.github/workflows/nuitka.yml
vendored
@ -33,12 +33,12 @@ jobs:
|
|||||||
id: get_short_sha
|
id: get_short_sha
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# $short_sha = Write-Output $`{GITHUB_SHA`}
|
# $short_sha = Write-Output $`{GITHUB_SHA`}
|
||||||
# $short_sha = $short_sha.substring(1,7)
|
# $short_sha = $short_sha.substring(1,7)
|
||||||
# Write-Output $short_sha
|
# Write-Output $short_sha
|
||||||
# Write-Output "short_sha=$short_sha" >> $GITHUB_OUTPUT
|
# Write-Output "short_sha=$short_sha" >> $GITHUB_OUTPUT
|
||||||
short_sha=$(echo ${GITHUB_SHA} | cut -c1-7)
|
short_sha=$(echo ${GITHUB_SHA} | cut -c1-7)
|
||||||
echo "short_sha=$short_sha" >> $GITHUB_OUTPUT
|
echo "short_sha=$short_sha" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|
||||||
# 安装 Python
|
# 安装 Python
|
||||||
|
Loading…
Reference in New Issue
Block a user