diff --git a/.github/workflows/create-crd-update-pr-in-longhorn-repo.yml b/.github/workflows/create-crd-update-pr-in-longhorn-repo.yml index 3b6f3a0459..d6aa7c2b1f 100644 --- a/.github/workflows/create-crd-update-pr-in-longhorn-repo.yml +++ b/.github/workflows/create-crd-update-pr-in-longhorn-repo.yml @@ -40,7 +40,7 @@ jobs: uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} - branch: "update-image-tags-${{ inputs.branch }}" + branch: "update-crds-and-manifests-longhorn-manager-${{ github.event.pull_request.number }}" delete-branch: true sign-commits: true signoff: true