Skip to content

Commit 8ada8b7

Browse files
committed
chore: add improvements from pr commnents
1 parent dd93377 commit 8ada8b7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ inputs:
3030
required: false
3131
default: 5
3232
yarn-custom-url:
33-
description: 'Optional custom URL for a Yarn bundle to be prepared and activated by Corepack. For CI testing.'
33+
description: 'Optional custom URL for a Yarn bundle to be prepared and activated by Corepack'
3434
required: false
3535
default: ''
3636

@@ -76,11 +76,6 @@ runs:
7676
run: echo "actual-commit-hash=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
7777
shell: bash
7878

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-
8479
- run: corepack enable
8580
shell: bash
8681

0 commit comments

Comments
 (0)