We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5e31c commit 9b85d0aCopy full SHA for 9b85d0a
.github/actions/cleanup-all/action.yml
@@ -23,7 +23,7 @@ runs:
23
uses: ./.github/actions/setup-poetry
24
- name: Cleanup all
25
shell: bash
26
- run: poetry run python3 ./github/actions/cleanup-all/cleanup-test-projects.py
+ run: poetry run python3 ./.github/actions/cleanup-all/cleanup-test-projects.py
27
env:
28
PINECONE_API_KEY: ${{ inputs.PINECONE_API_KEY }}
29
PINECONE_ADDITIONAL_HEADERS: ${{ inputs.PINECONE_ADDITIONAL_HEADERS }}
0 commit comments