Skip to content

Commit 9b85d0a

Browse files
committed
Fix typo
1 parent 0e5e31c commit 9b85d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cleanup-all/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
uses: ./.github/actions/setup-poetry
2424
- name: Cleanup all
2525
shell: bash
26-
run: poetry run python3 ./github/actions/cleanup-all/cleanup-test-projects.py
26+
run: poetry run python3 ./.github/actions/cleanup-all/cleanup-test-projects.py
2727
env:
2828
PINECONE_API_KEY: ${{ inputs.PINECONE_API_KEY }}
2929
PINECONE_ADDITIONAL_HEADERS: ${{ inputs.PINECONE_ADDITIONAL_HEADERS }}

0 commit comments

Comments
 (0)