From fdb26c5f167b34470fd0dfebf8f1f5151a0ae81d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 15 Jan 2025 13:45:15 -0500 Subject: OK --- .github/workflows/pipeline_deliver.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') 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: -- cgit