diff --git a/.github/workflows/gitops-promote.yaml b/.github/workflows/gitops-promote.yaml index 3a23c29..889877f 100644 --- a/.github/workflows/gitops-promote.yaml +++ b/.github/workflows/gitops-promote.yaml @@ -72,4 +72,6 @@ jobs: - name: Create Pull Request if: inputs.pull_request - uses: peter-evans/create-pull-request@v4 \ No newline at end of file + uses: peter-evans/create-pull-request@v4 + with: + branch: promote/${{ github.event.repository.name }}-${{ github.ref_name }} \ No newline at end of file