mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -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
|
||||
issue_number: ${{ steps.pr_num_reader.outputs.content }}
|
||||
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