Skip to content

Commit

Permalink
Fix incorrect capitalization in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aulorbe authored Aug 28, 2024
1 parent 00b826a commit 515e9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e-testing/edge/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:

- name: Install pinecone-ts-client deps
run: npm install
shelL: bash
shell: bash

- name: Build pinecone-ts-client code
run: npm run build && echo "Step 3, building pinecone-ts-client!"
Expand Down

0 comments on commit 515e9e3

Please sign in to comment.