Subject of the issue
i want to get detailed infos about a PR when triggered by issue_comment (have a PR_URL, but nothing else)
Your git environment
on:
issue_comment:
types: [created, edited]
...
steps:
- uses: 8BitJonny/[email protected]
id: PR
with:
prUrl: ${{ github.event.issue.html_url }} #thats what i need
Steps to reproduce
Expected behaviour
Works the same as with a concrete SHA
Actual behaviour
doesnt work at all