mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
fix artifact link in e2e comment
This commit is contained in:
parent
689270e641
commit
8bfc415ba6
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, env.GITHUB_REPOSITORY, env.GITHUB_RUN_ID) }}
|
||||
body: ${{ format(env.MESSAGE, env.IMG_MARKDOWN, github.repository, github.run_id) }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue