Skip to content

Commit d8792f5

Browse files
authored
Update .github/workflows/pull_request_closed.yml
1 parent 4c8cb9c commit d8792f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
token: '${{ secrets.GITHUB_TOKEN }}'
5555
run: |
56-
gh pr create --base production --head ${{ steps.cp.outputs.branch }} --title "Merge ${{ steps.cp.outputs.branch }} into production" --body "*Automatically generated PR from master branch: #${{github.event.number}}. Once the change is merged, upload the changes to LIVE."
56+
gh pr create --base production --head ${{ steps.cp.outputs.branch }} --title "Merge ${{ steps.cp.outputs.branch }} into production" --body "Automatically generated PR from master branch: #${{github.event.number}}. Once the change is merged, upload the changes to LIVE."
5757
- name: Post PR link
5858
if: steps.pr.outputs.pr_url != ''
5959
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043

0 commit comments

Comments
 (0)