Changes if check

This commit is contained in:
Akshay Nair
2020-10-07 23:12:49 +05:30
parent 133b4c2c2b
commit 31e38c9186
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Comment
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request_target.merged == true
uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_TOKEN}}