mirror of
https://github.com/docker/login-action.git
synced 2026-05-12 08:18:19 +01:00
Compare commits
2 Commits
de05a6d3a2
...
bb555fc48d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb555fc48d | ||
|
|
6de6c60d10 |
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:
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user