Skip to content

Commit dee6680

Browse files
committed
chore: update custom yarn step
1 parent 19e5c4d commit dee6680

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,9 @@ runs:
8585
if: ${{ inputs.yarn-custom-url != '' }}
8686
env:
8787
COREPACK_ENABLE_UNSAFE_CUSTOM_URLS: 1
88-
YARN_CUSTOM_URL: ${{ inputs.yarn-custom-url }}
8988
run: |
9089
echo "Preparing and activating custom Yarn from URL: ${YARN_CUSTOM_URL}"
91-
corepack prepare "yarn@${YARN_CUSTOM_URL}" --activate
90+
corepack prepare "yarn@${inputs.yarn-custom-url}" --activate
9291
shell: bash
9392

9493
# In a low-risk environment, try to download cache of `node_modules`, if it

0 commit comments

Comments
 (0)