diff --git a/.github/workflows/release-create-hotfix.yml b/.github/workflows/release-create-hotfix.yml index 722745bca54..fde61944810 100644 --- a/.github/workflows/release-create-hotfix.yml +++ b/.github/workflows/release-create-hotfix.yml @@ -75,6 +75,10 @@ jobs: - name: push run: | git push origin hotfix-TEST-ANGUSBAYLEY - gh pr create --title ":fire: [TEST - NOT A REAL HOTFIX] Hotfix ${{ steps.date.outputs.date }}" -F ./.github/templates/hotfix.md --base main --head hotfix-TEST-ANGUSBAYLEY + gh pr create \ + --title ":fire: [TEST - NOT A REAL HOTFIX] Hotfix ${{ steps.date.outputs.date }}: ${{ github.event.inputs.application }} ${{ github.event.inputs.tag_version }}"\ + -F ./.github/templates/hotfix.md \ + --base main \ + --head hotfix-TEST-ANGUSBAYLEY env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}