Skip to content

Commit 19e5c4d

Browse files
QbandevCopilot
andauthored
Update action.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8ada8b7 commit 19e5c4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ runs:
8282
# Prepare and activate custom Yarn if URL is provided.
8383
# This runs *before* setup-node might try to cache a standard Yarn.
8484
- name: Prepare and activate custom Yarn
85-
if: ${{ env.YARN_CUSTOM_URL }}
85+
if: ${{ inputs.yarn-custom-url != '' }}
8686
env:
8787
COREPACK_ENABLE_UNSAFE_CUSTOM_URLS: 1
8888
YARN_CUSTOM_URL: ${{ inputs.yarn-custom-url }}

0 commit comments

Comments
 (0)