Skip to content

Commit

Permalink
checkout repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkrznarich committed Feb 23, 2024
1 parent 4847f4a commit 92ab994
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dev_index_dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 92ab994

Please sign in to comment.