Skip to content

Commit

Permalink
gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraRodgers committed Jul 22, 2024
1 parent bc2d3b7 commit ba9530a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-deepgram-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
# Create a new branch for the update
git checkout -b update-deepgram-sdk
git add requirements.txt
# Pull latest changes from remote
git pull origin update-deepgram-sdk --rebase
# Check if there are changes to commit
if git diff-index --quiet HEAD --; then
Expand Down

0 comments on commit ba9530a

Please sign in to comment.