Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunodasilvalenga authored Jan 29, 2024
1 parent 87f49ca commit 68d51d0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Generate terraform docs

on: [pull_request]

permissions: read-all

jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

Expand All @@ -16,4 +19,4 @@ jobs:
tf_docs_output_file: README.md
tf_docs_output_method: inject
tf_docs_git_push: 'true'
tf_docs_git_commit_message: 'terraform-docs: automated update action'
tf_docs_git_commit_message: 'terraform-docs: automated update action'

0 comments on commit 68d51d0

Please sign in to comment.