diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index d0a51d3..6d6dcc5 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -10,7 +10,7 @@ permissions: jobs: build: 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: - name: Checkout PR branch uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2