From b2177b381865d86d44c4437cd332a661103bbac0 Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Wed, 4 Dec 2024 02:15:55 -0500 Subject: [PATCH] try this --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 3200c2d6..ef1eee61 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -7,7 +7,7 @@ on: jobs: changeset: runs-on: ubuntu-latest - if: ${{ github.event.pull_request.user.name == 'dependabot' }} + if: ${{ github.actor == 'dependabot[bot]' }} steps: - uses: hmarr/debug-action@v3.0.0 - name: Checkout