Fix Formatting

This commit is contained in:
Savarn Dontamsetti
2023-08-24 13:40:10 -04:00
parent ce9a48c102
commit db6013b594

View File

@@ -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 }}