diff options
| author | seth <[email protected]> | 2023-07-03 19:13:07 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-03 19:13:07 -0400 |
| commit | 89514ec35a6758ecf4d0c3b307e024458680091f (patch) | |
| tree | 92fbae4e8518ac2297774fa6a245aaa182a8266f | |
| parent | d80252e7a7fed5667d4a0bfdaddbf2c06d91a033 (diff) | |
ci: checkout repo in autobot workflow
| -rw-r--r-- | .github/workflows/autobot.yaml | 1 |
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: |
