From 88c770bd969dd72259854cdc934d5447ba7cb93c Mon Sep 17 00:00:00 2001 From: d-bhola Date: Mon, 12 Aug 2024 13:58:47 -0700 Subject: [PATCH] CXF-98497: Address PR comments --- .github/workflows/documentation.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index d795fbea..c9fde0a7 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -48,8 +48,15 @@ jobs: sed -i "s@\.\.\/\.\.@equinix\/fabric\/equinix\/@" "$file" done + - name: Auto Commit changes + uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: Apply changes in README + branch: feature-gha-docs + create_branch: true + - name: Create Pull Request - if: steps.terraform-docs.outputs.num_changed != '0' + if: steps.commit_doc_changes.outputs.num_changed != '0' uses: peter-evans/create-pull-request@v6 with: commit-message: 'generate-terraform-docs: automated action'