fix: try to fix the action scope issue

This commit is contained in:
Henry
2020-08-02 22:26:02 +01:00
parent 9b817fd193
commit 64a3d47283
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
comment:
runs-on: ubuntu-latest
steps:
- if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
- if: github.event_name == 'pull_request' && github.event.pull_request.head.user.login != 'dependabot[bot]' && github.event.pull_request.head.user.login != 'dependabot-preview[bot]'
name: Comment on PR
uses: github-actions-up-and-running/pr-comment@v1.0.1
with: