Skip to content

Commit

Permalink
Update .github/workflows/terraform-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
workloads-bot committed May 26, 2024
1 parent 6e8df29 commit c49828b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
timeout-minutes: 10

steps:
# see https://github.com/actions/checkout/releases/tag/v4.1.1
# see https://github.com/actions/checkout/releases/tag/v4.1.6
- name: Checkout Repository
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # ref: `tags/v4.1.1`
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # ref: `tags/v4.1.6`
with:
ref: "${{ github.event.pull_request.head.ref }}"
fetch-depth: 1

# see https://github.com/terraform-docs/gh-actions/releases/tag/v1.0.0
# see https://github.com/terraform-docs/gh-actions/releases/tag/v1.1.0
- name: Render documentation for repository and push changes back to branch
uses: "terraform-docs/gh-actions@f6d59f89a280fa0a3febf55ef68f146784b20ba0" # ref: `tags/v1.0.0`
uses: "terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6" # ref: `tags/v1.1.0`
with:
config-file: ".terraform-docs.yml"
output-file: "README.md"
Expand Down

0 comments on commit c49828b

Please sign in to comment.