Skip to content

Commit

Permalink
Configure git user for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminlukeclark committed Sep 11, 2024
1 parent a9f11d9 commit 31c2712
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/commit-to-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ env.REPO_GITHUB_TOKEN }}

- name: Setup git username
run: git config credential.https://github.com.username sudoblark-bot

- name: terraform validate
uses: dflook/terraform-validate@v1
with:
Expand Down Expand Up @@ -67,6 +70,9 @@ jobs:
- id: install-aws-cli
uses: unfor19/install-aws-cli-action@v1

- name: Setup git username
run: git config credential.https://github.com.username sudoblark-bot

- name: terraform plan
uses: dflook/terraform-plan@v1
with:
Expand Down

0 comments on commit 31c2712

Please sign in to comment.