diff --git a/.github/workflows/generate_docs.yaml b/.github/workflows/generate_docs.yaml index 6ed5223..1cf1422 100644 --- a/.github/workflows/generate_docs.yaml +++ b/.github/workflows/generate_docs.yaml @@ -16,17 +16,17 @@ jobs: ref: ${{ github.head_ref }} - name: "actor name" run: | - echo "${{ github.event.commits[0].author.name }}" + echo "${{ github.event }}" - uses: actions/setup-go@v5 with: go-version: '1.21.10' - - name: Generate Docs - run: | - make docs-generate - - name: Push changes - run: | - git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" - git config --global user.name "github-actions[bot]" - git add . - git commit -m "[dependabot skip] Update terraform docs" - git push + # - name: Generate Docs + # run: | + # make docs-generate + # - name: Push changes + # run: | + # git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + # git config --global user.name "github-actions[bot]" + # git add . + # git commit -m "[dependabot skip] Update terraform docs" + # git push