Skip to content

Commit a47ec49

Browse files
authored
fix: playwright ci (#263)
1 parent c5608e7 commit a47ec49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-playwright-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/download-artifact@v4
1717
with:
1818
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
19-
run_id: ${{ github.event.workflow_run.id }}
19+
run-id: ${{ github.event.workflow_run.id }}
2020
- name: Extract PR Number
2121
id: pr
2222
run: echo "::set-output name=id::$(<pr/pr-id.txt)"

0 commit comments

Comments
 (0)