We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7bf4bb + 4dd2018 commit 1fa88feCopy full SHA for 1fa88fe
1 file changed
.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