We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2380c9 commit 4e2d452Copy full SHA for 4e2d452
.github/workflows/target-comment.yml
@@ -38,7 +38,8 @@ jobs:
38
inputs: >
39
{
40
"comment": "${{ github.event.comment.body }}",
41
- "issue_number": "${{ github.event.issue.number }}"
+ "issue_number": "${{ github.event.issue.number }}",
42
+ "html_url" : "${{ github.event.issue.html_url }}"
43
}
44
ref: ${{ fromJson(steps.get_pr.outputs.data).head.ref }}
45
repo: ${{ fromJson(steps.get_pr.outputs.data).head.repo.full_name }}
0 commit comments