This commit is contained in:
link2xt
2026-03-28 09:29:09 +01:00
parent ee62d2d281
commit 3096dd6027

View File

@@ -10,7 +10,7 @@ permissions:
jobs: jobs:
dependabot: dependabot:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }} if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
steps: steps:
- name: Dependabot metadata - name: Dependabot metadata
id: metadata id: metadata