Skip to content

Commit 1af57ec

Browse files
committed
dev
1 parent 9ff5c2f commit 1af57ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/terraform-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
git add docs/infra/snowflake.md
5757
# Run git commit if changed files are detected
5858
if git status --porcelain | grep -q '[AM ][AM ]\s\+\S\+'; then
59+
git config --global user.name 'github-actions[bot]'
60+
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
5961
set -x
6062
git commit -m "Automated terraform-docs commit"
6163
git push

0 commit comments

Comments
 (0)