Skip to content

Commit

Permalink
Use current sha to build the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
remilapeyre committed Nov 20, 2023
1 parent b8573e3 commit 3ff9723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
with:
ref: '${{ github.event.pull_request.head.sha }}'
- name: Install tfplugindocs
run: |
curl -LO https://github.com/hashicorp/terraform-plugin-docs/releases/download/v0.16.0/tfplugindocs_0.16.0_linux_amd64.zip
Expand Down

0 comments on commit 3ff9723

Please sign in to comment.