mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-08 05:01:11 +00:00
strip 1 on fallback extract
This commit is contained in:
parent
ed3a918d25
commit
2bdb2ab1c9
5 changed files with 52 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue