fix artifact link in e2e comment

use workflow id of Node CI run instead of current run
This commit is contained in:
Labhansh Agrawal 2021-11-23 12:43:41 +05:30
parent a0126c4f44
commit ba8b99aefd

View file

@ -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) }}