deepgram / self-hosted-resources

Official Deepgram resources for deploying Deepgram services in a self-hosted environment
https://developers.deepgram.com
ISC License
6 stars 4 forks source link

Add explicit remote when using $GITHUB_BASE_REF #30

Closed bd-g closed 1 month ago

bd-g commented 1 month ago

Proposed changes

When submitting #29, I noticed the CI action succeeded but had errors. These errors didn't occur locally when running with act. After digging into it, I found this issue with the checkout GitHub action that seems to suggest we need to explicitly define the remote for $GITHUB_BASE_REF for it to work.

Types of changes

Checklist