diff --git a/.github/workflows/dispatch-workflow-repo.yml b/.github/workflows/dispatch-workflow-repo.yml index 408ce67..28f88b2 100644 --- a/.github/workflows/dispatch-workflow-repo.yml +++ b/.github/workflows/dispatch-workflow-repo.yml @@ -70,12 +70,12 @@ jobs: uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: body: 'Automated update of all workflow templates from https://github.com/${{ github.repository }}' - branch: 'feat/workflow-auto-update-all' + branch: 'feat/workflow-auto-update-all-templates-${{ github.event.inputs.branch }}' commit-message: 'ci: update all workflow templates from organization template repository' committer: Nextcloud bot author: Nextcloud bot path: target signoff: true - title: 'ci: update all workflow templates from organization template repository' + title: '[${{ github.event.inputs.branch }}] ci: update all workflow templates from organization template repository' labels: dependencies token: ${{ secrets.TEMPLATE_WORKFLOW_DISPATCH_PAT }}