summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-03 19:22:36 -0400
committerseth <[email protected]>2023-07-03 19:22:36 -0400
commita615a9d6ed562568ba0bc50e3f30213435ac74df (patch)
treeaaa3218bf3b8f9780bc7a746ad2f49d394c6c0ab /.github/workflows
parent89514ec35a6758ecf4d0c3b307e024458680091f (diff)
ci: fix autobot again
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/autobot.yaml3
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 }}