We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e91c3e commit 7961132Copy full SHA for 7961132
.github/workflows/docs.yml
@@ -1,7 +1,7 @@
1
name: Generate terraform docs
2
on:
3
- - pull_request
4
- # - push
+ # - pull_request
+ - push
5
# - workflow_dispatch
6
7
jobs:
@@ -11,8 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- with:
15
- ref: ${{ github.event.pull_request.head.ref }}
+ # with:
+ # ref: ${{ github.event.pull_request.head.ref }}
16
17
- name: Setup Graphviz
18
uses: ts-graphviz/setup-graphviz@v2
@@ -33,7 +33,6 @@ jobs:
33
git-push: false
34
35
- name: Fix .git permissions
36
- # Fix "error: insufficient permission for adding an object to repository database .git/objects"
37
run: sudo chmod -R ugo+rwX .git
38
39
- name: Commit changes
0 commit comments