generated from actions/container-toolkit-action
-
Notifications
You must be signed in to change notification settings - Fork 376
Closed
Description
I used pull_request_target for GitHub workflow and got Skipping...Not an Issue/PR Event. Is pull_request_target supported?
Lines 9 to 13 in c4df7d4
| if ( | |
| github.context.eventName !== 'issues' && | |
| github.context.eventName !== 'pull_request' | |
| ) | |
| return core.info('Skipping...Not an Issue/PR Event') |
It looks like only issues and pull_request events are supported.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels