mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
fix artifact link in e2e comment
use workflow id of Node CI run instead of current run
This commit is contained in:
parent
a0126c4f44
commit
ba8b99aefd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e_comment.yml
vendored
2
.github/workflows/e2e_comment.yml
vendored
|
|
@ -54,4 +54,4 @@ jobs:
|
||||||
type: create
|
type: create
|
||||||
issue_number: ${{ steps.pr_num_reader.outputs.content }}
|
issue_number: ${{ steps.pr_num_reader.outputs.content }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
body: ${{ format(env.MESSAGE, env.IMG_MARKDOWN, github.repository, github.run_id) }}
|
body: ${{ format(env.MESSAGE, env.IMG_MARKDOWN, github.repository, github.event.workflow_run.id) }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue