From 8cd743afcfb32a84386219bda7ba087db5e37bde Mon Sep 17 00:00:00 2001 From: d-bhola Date: Mon, 12 Aug 2024 15:53:17 -0700 Subject: [PATCH] CXF-98497: Change branch name --- .github/workflows/documentation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 18fcc30b..0f156b49 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -54,7 +54,7 @@ jobs: with: message: 'Apply changes in README' push: false - new_branch: feature-gha-docs-${{ github.run_id }} + new_branch: gha-docs - name: Create Pull Request if: success() && steps.commit_doc_changes.outcome == 'success' @@ -66,7 +66,7 @@ jobs: title: 'Generate-terraform-docs: Automated action' body: | Update terraform docs - branch: feature-gha-docs + branch: gha-docs branch-suffix: timestamp base: main delete-branch: true