We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525cae4 commit 8f5609fCopy full SHA for 8f5609f
.github/workflows/deploy.yml
@@ -87,7 +87,7 @@ jobs:
87
command: pages deploy src/dist --project-name=${{ vars.CLOUDFLARE_PROJECT_NAME }} --branch=${{ env.BRANCH }} --commit-dirty=true
88
89
- name: Add deployment comment
90
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request_target'
91
uses: thollander/actions-comment-pull-request@v3
92
with:
93
message: |
0 commit comments