pinecone-io / pinecone-java-client

The official Java client for the Pinecone vector database
https://www.pinecone.io
Apache License 2.0
35 stars 12 forks source link

Fix `setup-gradle` step in `build-docs` action #123

Closed austin-denoble closed 4 months ago

austin-denoble commented 4 months ago

Problem

I added a new action and workflow for building and generating client reference docs. Upon running the workflow, I realized I forgot the /actions/ part of the setup-gradle action. 🤦‍♂️

https://github.com/pinecone-io/pinecone-java-client/actions/runs/9020304652/job/24785162144

Solution

Update the uses field for the Setup Gradle step to point at the proper external action.

Type of Change

Test Plan

Try re-running the action once it's pushed to main