Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraRodgers committed Jul 24, 2024
1 parent a4ffd15 commit 7e9efeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-deepgram-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_ACCESS_TOKEN }}
shell: bash
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global init.defaultBranch main
git config --global pull.rebase true
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global url."https://git:[email protected]".insteadOf "https://github.com"
- name: Compare versions and update if necessary
env:
Expand Down

0 comments on commit 7e9efeb

Please sign in to comment.