Skip to content

Commit

Permalink
chore: set git identity in update-snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Nov 24, 2023
1 parent a38cbbf commit c186711
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Set git identity
run: |-
git config user.name "team-tf-cdk"
git config user.email "[email protected]"
- name: Setup Node.js
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
Expand Down

0 comments on commit c186711

Please sign in to comment.