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 b4a4e29 commit 3b1c21eCopy full SHA for 3b1c21e
.github/workflows/deploy-pages.yaml
@@ -13,7 +13,7 @@ permissions:
13
14
jobs:
15
deploy:
16
- if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == true && github.actor == 'github-actions[bot]')
+ if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == true && github.event.pull_request.user.login == 'github-actions[bot]')
17
runs-on: ubuntu-latest
18
environment:
19
name: github-pages
0 commit comments