Skip to content

Commit 8331117

Browse files
authored
Merge branch 'master' into doc-fixes
2 parents e2f4f3e + 24a07f0 commit 8331117

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ jobs:
1919
repository: ${{ github.event.pull_request.head.repo.full_name }}
2020
ref: ${{ github.event.pull_request.head.ref }}
2121
- run: |
22-
export GOROOT=$HOME/go
23-
export PATH=$PATH:$GOROOT/bin
22+
export PATH=$PATH:/home/runner/go/bin
2423
make docs
2524
- name: Commit changes
2625
uses: EndBug/[email protected]
2726
with:
2827
pull: "--ff"
29-
message: "Run terragrunt hclfmt"
28+
message: "Update Provider Docs"
3029
add: "docs/**/*.md"
3130
default_author: github_actions

0 commit comments

Comments
 (0)