Skip to content

Commit 18471c1

Browse files
committed
Rename steps
1 parent 2df92ec commit 18471c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-repository.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
ref: ${{ env.MAIN_BRANCH }}
6666

67-
- name: Create pull request to main branch
67+
- name: Create pull request to main
6868
if: ${{ github.event.inputs.target_branch != env.MAIN_BRANCH && fromJSON(github.event.inputs.automatic_mode) == true }}
6969
run: |
7070
gh pr create \
@@ -73,7 +73,7 @@ jobs:
7373
--title "Release ${{ steps.create_release_candidate.outputs.version}} to ${{ env.MAIN_BRANCH }}" \
7474
--body "This PR incorporates package(s) version and changelog update."
7575
76-
- name: Merge pull request
76+
- name: Merge pull request to main
7777
if: ${{ github.event.inputs.target_branch != env.MAIN_BRANCH && fromJSON(github.event.inputs.automatic_mode) == true }}
7878
run: |
7979
gh pr merge ${{ github.event.inputs.target_branch }} \

0 commit comments

Comments
 (0)