diff --git a/.github/workflows/commit-to-pr.yaml b/.github/workflows/commit-to-pr.yaml index 32286f5..60220fb 100644 --- a/.github/workflows/commit-to-pr.yaml +++ b/.github/workflows/commit-to-pr.yaml @@ -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: @@ -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: