fix artifact link in e2e comment

This commit is contained in:
Labhansh Agrawal 2021-11-23 12:10:17 +05:30
parent 689270e641
commit 8bfc415ba6

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, env.GITHUB_REPOSITORY, env.GITHUB_RUN_ID) }}
body: ${{ format(env.MESSAGE, env.IMG_MARKDOWN, github.repository, github.run_id) }}