Fix Formatting
This commit is contained in:
20
.github/workflows/publish.yml
vendored
20
.github/workflows/publish.yml
vendored
@@ -63,13 +63,13 @@ jobs:
|
||||
body: 'Syncing CHANGELOG and package version updates from publish action ${{github.run_id}}-${{github.run_number}} into ${{ github.ref}} branch'
|
||||
reviewers: ${{ github.actor }}
|
||||
delete-branch: true
|
||||
- name: 'Create PR to merge ref branch into main'
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
base: main
|
||||
branch: ${{ github.ref }}
|
||||
title: 'Published {{ github.ref }}'
|
||||
body: 'Syncing CHANGELOG and package version updates from published ${{ github.ref }} branch into main branch'
|
||||
reviewers: ${{ github.actor }}
|
||||
|
||||
- name: 'Create PR to merge ref branch into main'
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
base: main
|
||||
branch: ${{ github.ref }}
|
||||
title: 'Published {{ github.ref }}'
|
||||
body: 'Syncing CHANGELOG and package version updates from published ${{ github.ref }} branch into main branch'
|
||||
reviewers: ${{ github.actor }}
|
||||
|
||||
Reference in New Issue
Block a user