Skip to content

Commit

Permalink
fix: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Mar 8, 2023
1 parent 4ecc983 commit a5b699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: "Add Git safe.directory" # Go 1.18+ started embedding repo info in the build and e.g. building @cdktf/hcl2json fails without this
run: git config --global --add safe.directory /__w/terraform-cdk/terraform-cdk

- name: Set git identity
run: |-
git config user.name github-team-tf-cdk
Expand Down

0 comments on commit a5b699e

Please sign in to comment.