mirror of
https://github.com/actions/setup-node.git
synced 2025-07-30 06:20:30 +08:00
strip 1 on fallback extract
This commit is contained in:
@@ -13,7 +13,7 @@ rm -rf ./node
|
||||
export RUNNER_TOOL_CACHE=$(pwd)
|
||||
export RUNNER_TEMP="${RUNNER_TOOL_CACHE}/temp"
|
||||
export INPUT_STABLE=true
|
||||
export INPUT_VERSION="12.x"
|
||||
export INPUT_VERSION="12" #"0.12.7" #"12" #"11.15.0"
|
||||
# export your PAT with repo scope before running
|
||||
export INPUT_TOKEN=$GITHUB_TOKEN
|
||||
|
||||
|
Reference in New Issue
Block a user