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 c5608e7 commit c89a42fCopy full SHA for c89a42f
.github/workflows/pr-playwright-report.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/download-artifact@v4
17
with:
18
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
19
- run_id: ${{ github.event.workflow_run.id }}
+ run-id: ${{ github.event.workflow_run.id }}
20
- name: Extract PR Number
21
id: pr
22
run: echo "::set-output name=id::$(<pr/pr-id.txt)"
0 commit comments