mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-04-03 00:54:19 +08:00
Compare commits
2 Commits
e35beed76f
...
21162887f0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21162887f0 | ||
|
|
af595e0653 |
2
.github/workflows/update-dist.yml
vendored
2
.github/workflows/update-dist.yml
vendored
@ -15,7 +15,7 @@ on:
|
||||
|
||||
jobs:
|
||||
update-dist:
|
||||
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
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user