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 a9cf1ed commit 44e66faCopy full SHA for 44e66fa
.github/actions/setup-e2e-env/action.yml
@@ -199,7 +199,7 @@ runs:
199
YARN_VERSION: ${{ inputs.yarn-version }}
200
shell: bash
201
run: |
202
- echo "COREPACK_COMMAND=corepack enable && corepack prepare yarn@$YARN_VERSION
+ echo "COREPACK_COMMAND=corepack enable && corepack prepare yarn@$YARN_VERSION" >> "$GITHUB_OUTPUT"
203
204
- name: Corepack
205
id: corepack
0 commit comments