From acda8eb49aea8df963dea0992ed6d8876adf329f Mon Sep 17 00:00:00 2001 From: Tyler Dixon Date: Fri, 28 Mar 2025 12:46:28 +0000 Subject: [PATCH] Fix workflow --- .github/workflows/post-dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index 1232684..a0d5d21 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -5,7 +5,6 @@ on: branch: description: 'The branch to update dependencies on' required: true - default: 'warning' type: string permissions: @@ -16,7 +15,8 @@ jobs: name: Update licensed cache steps: - uses: actions/checkout@v4 - ref: ${{ github.event.inputs.branch }} + with: + ref: ${{ github.event.inputs.branch }} - run: npm ci