From 424b1913daec82ffdae88d6d84095f0cbe3ea546 Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Wed, 4 Dec 2024 02:12:04 -0500 Subject: [PATCH] add debugging --- .github/workflows/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index d2cee0dd..3200c2d6 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.pull_request.user.name == 'dependabot' }} steps: + - uses: hmarr/debug-action@v3.0.0 - name: Checkout uses: actions/checkout@v4 with: