From 7a66f8ad0c5cc9dbd8a05005da8b42170a333cd0 Mon Sep 17 00:00:00 2001 From: Pavel Kotelevsky <38818382+chillleader@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:25:07 +0100 Subject: [PATCH] docs: fix PR event type in usage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbb4b93..3986ee7 100644 --- a/README.md +++ b/README.md @@ -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' &&