Skip to content

Commit 4e2d452

Browse files
authored
feat: add html_url
1 parent d2380c9 commit 4e2d452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/target-comment.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
inputs: >
3939
{
4040
"comment": "${{ github.event.comment.body }}",
41-
"issue_number": "${{ github.event.issue.number }}"
41+
"issue_number": "${{ github.event.issue.number }}",
42+
"html_url" : "${{ github.event.issue.html_url }}"
4243
}
4344
ref: ${{ fromJson(steps.get_pr.outputs.data).head.ref }}
4445
repo: ${{ fromJson(steps.get_pr.outputs.data).head.repo.full_name }}

0 commit comments

Comments
 (0)