We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gh pr create
1 parent ff5f83e commit eeaa528Copy full SHA for eeaa528
1 file changed
.github/workflows/prepare-release.yml
@@ -47,9 +47,4 @@ jobs:
47
env:
48
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
run: |
50
- gh pr create \\
51
- --base "main" \\
52
- --head "release/${{ github.event.inputs.version }}" \\
53
- --title "Prepare release of Kotlin AutoMapper ${{ github.event.inputs.version }}" \\
54
- --body "This PR integrates changes from `develop` into `main` for the ${{ github.event.inputs.version }} release." \\
55
- --reviewer "${{ github.actor }}"
+ gh pr create --base "main" --head "release/${{ github.event.inputs.version }}" --title "Prepare release of Kotlin AutoMapper ${{ github.event.inputs.version }}" --body "This PR integrates changes from `develop` into `main` for the ${{ github.event.inputs.version }} release" --reviewer "${{ github.actor }}"
0 commit comments