summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-03 19:13:07 -0400
committerseth <[email protected]>2023-07-03 19:13:07 -0400
commit89514ec35a6758ecf4d0c3b307e024458680091f (patch)
tree92fbae4e8518ac2297774fa6a245aaa182a8266f /.github
parentd80252e7a7fed5667d4a0bfdaddbf2c06d91a033 (diff)
ci: checkout repo in autobot workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/autobot.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml
index e92e08d..d8c9d8e 100644
--- a/.github/workflows/autobot.yaml
+++ b/.github/workflows/autobot.yaml
@@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
+ - uses: actions/checkout@v3
- uses: dependabot/fetch-metadata@v1
id: metadata
with: