diff --git a/.github/workflows/dependabot-follow-up.yml b/.github/workflows/dependabot-follow-up.yml index 307ebdd7..b2660abc 100644 --- a/.github/workflows/dependabot-follow-up.yml +++ b/.github/workflows/dependabot-follow-up.yml @@ -4,13 +4,13 @@ on: types: [opened, synchronize, reopened] jobs: - run_if: + dependabot_folow_up: if: startsWith(github.head_ref, 'dependabot/') runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: - ref: ${{ github.ref }} + ref: ${{ github.head_ref }} - name: Set up Flutter uses: ./.github/actions/setup @@ -32,4 +32,4 @@ jobs: git add \*.lock git commit -m "Update .lock files" - git push origin ${{ github.ref_name }} + git push origin ${{ github.head_ref }}