diff options
| -rw-r--r-- | .github/workflows/autobot.yaml | 3 |
1 files changed, 1 insertions, 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 }} |
