From a615a9d6ed562568ba0bc50e3f30213435ac74df Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 3 Jul 2023 19:22:36 -0400 Subject: ci: fix autobot again --- .github/workflows/autobot.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml index d8c9d8e..0982f30 100644 --- a/.github/workflows/autobot.yaml +++ b/.github/workflows/autobot.yaml @@ -11,7 +11,6 @@ jobs: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: - - uses: actions/checkout@v3 - uses: dependabot/fetch-metadata@v1 id: metadata with: @@ -21,5 +20,5 @@ jobs: if: steps.metadata.outputs.update-type == 'version-update:semver-patch' run: gh pr merge --auto --rebase "$PR" env: - PR_URL: ${{ github.event.pull_request.html_url }} + PR: ${{ github.event.pull_request.html_url }} GITHUB_TOKEN: ${{ github.token }} -- cgit v1.2.3