diff --git a/.github/workflows/capacitor-bot.yml b/.github/workflows/capacitor-bot.yml index d7cc0235b..bb5b91b5a 100644 --- a/.github/workflows/capacitor-bot.yml +++ b/.github/workflows/capacitor-bot.yml @@ -17,6 +17,7 @@ jobs: name: ${{ github.event_name }}/${{ github.event.action }} runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - uses: ionic-team/capacitor-bot@master with: repo-token: ${{ secrets.BOT_TOKEN }}