Skip to content

Commit 44e66fa

Browse files
committed
Fix broken command
1 parent a9cf1ed commit 44e66fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-e2e-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ runs:
199199
YARN_VERSION: ${{ inputs.yarn-version }}
200200
shell: bash
201201
run: |
202-
echo "COREPACK_COMMAND=corepack enable && corepack prepare yarn@$YARN_VERSION
202+
echo "COREPACK_COMMAND=corepack enable && corepack prepare yarn@$YARN_VERSION" >> "$GITHUB_OUTPUT"
203203
204204
- name: Corepack
205205
id: corepack

0 commit comments

Comments
 (0)