We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de05a6d + 6de6c60 commit bb555fcCopy full SHA for bb555fc
.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