diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 13:45:15 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 13:45:15 -0500 |
commit | fdb26c5f167b34470fd0dfebf8f1f5151a0ae81d (patch) | |
tree | 3710b0f1e589f99475ca23226198a4ab49f840bc | |
parent | 28bee2c50551557b8ce09a37ac404b17df52d470 (diff) | |
download | ghasandbox-fdb26c5f167b34470fd0dfebf8f1f5151a0ae81d.tar.gz |
OK
-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: |