pinecone-io / go-pinecone

Pinecone.io Golang Client
Apache License 2.0
49 stars 9 forks source link

Fix incorrect path in action.yml #44

Closed aulorbe closed 4 months ago

aulorbe commented 4 months ago

Problem

I accidentally pointed towards the action file itself, rather than its dir.

Solution

Point to its dir in the relative path (./.github/actions/setup, not ./.github/actions/setup/action.yml).

Type of Change