diff options
-rw-r--r-- | .github/workflows/pipeline_deliver.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pipeline_deliver.yml b/.github/workflows/pipeline_deliver.yml index 7273fc4..58c0231 100644 --- a/.github/workflows/pipeline_deliver.yml +++ b/.github/workflows/pipeline_deliver.yml @@ -46,6 +46,8 @@ jobs: name: Deliver runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 - name: Index uses: ./.github/workflows/stasis_indexer.yml with: |