Commit 18471c1 1 parent 2df92ec commit 18471c1 Copy full SHA for 18471c1
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 64
64
with :
65
65
ref : ${{ env.MAIN_BRANCH }}
66
66
67
- - name : Create pull request to main branch
67
+ - name : Create pull request to main
68
68
if : ${{ github.event.inputs.target_branch != env.MAIN_BRANCH && fromJSON(github.event.inputs.automatic_mode) == true }}
69
69
run : |
70
70
gh pr create \
73
73
--title "Release ${{ steps.create_release_candidate.outputs.version}} to ${{ env.MAIN_BRANCH }}" \
74
74
--body "This PR incorporates package(s) version and changelog update."
75
75
76
- - name : Merge pull request
76
+ - name : Merge pull request to main
77
77
if : ${{ github.event.inputs.target_branch != env.MAIN_BRANCH && fromJSON(github.event.inputs.automatic_mode) == true }}
78
78
run : |
79
79
gh pr merge ${{ github.event.inputs.target_branch }} \
You can’t perform that action at this time.
0 commit comments