Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Dec 11, 2023
1 parent fa30923 commit 9f16211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add docs/generated
git add --all docs/generated
git add main.md
git status
git commit -m "docs: auto update terraform docs" .
git push
Expand Down

0 comments on commit 9f16211

Please sign in to comment.