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 dedf6f2 commit 3ceb2e8Copy full SHA for 3ceb2e8
.github/workflows/playwright.yml
@@ -39,7 +39,7 @@ jobs:
39
if: ${{ !cancelled() }}
40
run: |
41
CONTENT=$(cat ./playwright-errors/errors.md)
42
- echo "::set-output name=content::$CONTENT"
+ echo "content=$CONTENT" >> $GITHUB_OUTPUT
43
- uses: actions/upload-artifact@v4
44
45
id: artifact-upload-step
0 commit comments