-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filed this issue with the upstream action being used terraform-docs/gh-actions#90
- Loading branch information
1 parent
1287567
commit 098aa66
Showing
1 changed file
with
2 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,11 +30,6 @@ jobs: | |
- name: Check out code | ||
uses: actions/[email protected] | ||
|
||
- name: Debug | ||
run: | | ||
ls -lha .git | ||
ls -lha .git/objects | ||
- name: Update module docs | ||
uses: terraform-docs/[email protected] | ||
with: | ||
|
@@ -43,10 +38,8 @@ jobs: | |
output-method: inject | ||
git-push: "false" | ||
|
||
- name: Debug | ||
run: | | ||
ls -lha .git | ||
ls -lha .git/objects | ||
- name: Fix .git owner | ||
run: sudo chown runner:docker -R .git | ||
|
||
- name: Compute branch name | ||
id: pr-meta | ||
|
@@ -65,9 +58,3 @@ jobs: | |
commit-message: "terraform-docs: Update ${{ matrix.module }} example documentation" | ||
body: Update ${{ matrix.module }} documentation, see [README.md](https://github.com/${{ github.repository }}/blob/${{ steps.pr-meta.outputs.branch-name }}/examples/${{ matrix.module }}/README.md) for the result. | ||
labels: documentation | ||
|
||
- name: Debug | ||
if: ${{ always() }} | ||
run: | | ||
ls -lha .git | ||
ls -lha .git/objects |