From 92ab994d2d2b3627b87f5162c61056443c8dec7f Mon Sep 17 00:00:00 2001 From: lizkrznarich Date: Fri, 23 Feb 2024 15:43:50 -0600 Subject: [PATCH] checkout repo --- .github/workflows/dev_index_dump.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev_index_dump.yml b/.github/workflows/dev_index_dump.yml index 758b3e94f..0b68d73ab 100644 --- a/.github/workflows/dev_index_dump.yml +++ b/.github/workflows/dev_index_dump.yml @@ -53,9 +53,11 @@ jobs: if: github.event.ref == 'refs/heads/dev' needs: check_permission steps: - - name: Index dump file + - name: checkout uses: actions/checkout@v2 + - name: Index dump file id: indexdatadump + needs: checkout run: | cd .github/workflows python -m pip install --upgrade pip @@ -65,7 +67,6 @@ jobs: else python index_dump.py -u ${{ secrets.INDEX_DUMP_DEV_API_URL_V2 }} -f ${{ github.event.inputs.release-dump }} -e ${{ github.event.inputs.data-env }} -he ${{ secrets.INDEX_DEV_API_HEADERS }} fi - - name: Notify Slack if: always() uses: edge/simple-slack-notify@master