Skip to content

Commit

Permalink
docs: fix PR event type in usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader authored Nov 29, 2023
1 parent b149012 commit 7a66f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# own PAT as `github_token`, that you should replace this id with yours.
if: >
(
github.event_name == 'pull_request' &&
github.event_name == 'pull_request_target' &&
github.event.pull_request.merged
) || (
github.event_name == 'issue_comment' &&
Expand Down

0 comments on commit 7a66f8a

Please sign in to comment.