diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 41eba5e96f..82b0c60d0b 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -33,5 +33,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Update Terraform docs" title: "docs: Update Terraform docs" - branch: ${{ github.event.pull_request.base.ref }}-update-docs + branch: update-docs + branch-suffix: random base: ${{ github.event.pull_request.base.ref }} + delete-branch: true