Skip to content

Commit

Permalink
chore: update update-snapshots.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Nov 27, 2023
1 parent eeb4551 commit 8404950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: ensure correct user
run: chown -R root /__w/cdktf-integration-serverless-example/
- name: Set git identity
run: |-
git config user.name "team-tf-cdk"
git config user.email "[email protected]"
- name: ensure correct user
run: chown -R root /__w/cdktf-integration-serverless-example/
- name: Install
run: yarn install
- name: Run snapshot update
Expand Down

0 comments on commit 8404950

Please sign in to comment.