Skip to content

Commit 3ceb2e8

Browse files
committed
use $GITHUB_OUTPUT
1 parent dedf6f2 commit 3ceb2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: ${{ !cancelled() }}
4040
run: |
4141
CONTENT=$(cat ./playwright-errors/errors.md)
42-
echo "::set-output name=content::$CONTENT"
42+
echo "content=$CONTENT" >> $GITHUB_OUTPUT
4343
- uses: actions/upload-artifact@v4
4444
if: ${{ !cancelled() }}
4545
id: artifact-upload-step

0 commit comments

Comments
 (0)