Skip to content

Commit 8b43484

Browse files
committed
update to multiline
1 parent 3ceb2e8 commit 8b43484

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
if: ${{ !cancelled() }}
4040
run: |
4141
CONTENT=$(cat ./playwright-errors/errors.md)
42-
echo "content=$CONTENT" >> $GITHUB_OUTPUT
42+
{
43+
echo 'JSON_RESPONSE<<EOF'
44+
echo $CONTENT
45+
echo EOF
46+
} >> $GITHUB_OUTPUT
4347
- uses: actions/upload-artifact@v4
4448
if: ${{ !cancelled() }}
4549
id: artifact-upload-step

0 commit comments

Comments
 (0)