We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd93377 commit 8ada8b7Copy full SHA for 8ada8b7
1 file changed
action.yml
@@ -30,7 +30,7 @@ inputs:
30
required: false
31
default: 5
32
yarn-custom-url:
33
- description: 'Optional custom URL for a Yarn bundle to be prepared and activated by Corepack. For CI testing.'
+ description: 'Optional custom URL for a Yarn bundle to be prepared and activated by Corepack'
34
35
default: ''
36
@@ -76,11 +76,6 @@ runs:
76
run: echo "actual-commit-hash=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
77
shell: bash
78
79
- - name: Enable unsafe custom Yarn URLs
80
- if: ${{ inputs.yarn-custom-url != '' }}
81
- run: echo "COREPACK_ENABLE_UNSAFE_CUSTOM_URLS=1" >> $GITHUB_ENV
82
- shell: bash
83
-
84
- run: corepack enable
85
86
0 commit comments