We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6412e4f commit 5a1a5ccCopy full SHA for 5a1a5cc
.github/workflows/update-dist.yml
@@ -15,7 +15,7 @@ on:
15
16
jobs:
17
update-dist:
18
- if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
+ if: github.actor == 'dependabot[bot]' && github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
19
runs-on: ubuntu-latest
20
steps:
21
-
0 commit comments