Skip to content

Commit

Permalink
chore: add local user/email
Browse files Browse the repository at this point in the history
  • Loading branch information
leggetter authored Apr 15, 2024
1 parent 6c26b0e commit 381e49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ts-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Commit jsr.json
run: |
cd hookdeck-typescript-sdk
# git config --local user.email "action@github.com"
# git config --local user.name "GitHub Action"
git config --local user.email "info@hookdeck.com"
git config --local user.name "GitHub Action"
git add -A
git commit -m "docs: updating JSR release ${{ inputs.version }}"
Expand Down

0 comments on commit 381e49a

Please sign in to comment.