mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-05-02 16:38:52 +00:00
Fix: check PR author instead of event sender
This commit is contained in:
parent
4bc8fabc0c
commit
c9e0586b27
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dependabot-build.yml
vendored
2
.github/workflows/dependabot-build.yml
vendored
|
|
@ -10,7 +10,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.sender.login == 'dependabot[bot]' && github.event.sender.type == 'Bot'
|
if: github.event.pull_request.user.login == 'dependabot[bot]'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout PR branch
|
- name: Checkout PR branch
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue