We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff5c2f commit 1af57ecCopy full SHA for 1af57ec
.github/workflows/terraform-checks.yml
@@ -56,6 +56,8 @@ jobs:
56
git add docs/infra/snowflake.md
57
# Run git commit if changed files are detected
58
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'
61
set -x
62
git commit -m "Automated terraform-docs commit"
63
git push
0 commit comments