Skip to content

Commit

Permalink
modified: .github/workflows/terraform.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
obervinov committed Dec 26, 2023
1 parent beaa4a8 commit 9c8067b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,11 @@ jobs:
for dir in "${DIRS[@]}"; do
terraform-docs markdown "$dir" > "$dir/README.md"
done
- name: Commit changes
run: |
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git add .
git commit -m "Apply Terraform formatting changes"
git push

0 comments on commit 9c8067b

Please sign in to comment.