mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-29 03:34:50 +00:00
Update sync-release-version.yml
This commit is contained in:
parent
9f74b8c9e2
commit
33d8d67443
1 changed files with 1 additions and 0 deletions
1
.github/workflows/sync-release-version.yml
vendored
1
.github/workflows/sync-release-version.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
|||
uses: peter-evans/create-pull-request@v4.2.3
|
||||
with:
|
||||
base: "main"
|
||||
labels: "merge when passing"
|
||||
title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}"
|
||||
branch: "upgrade-to-${{ steps.sync-release-version.outputs.new_version }}"
|
||||
commit-message: "Upgraded from ${{ steps.sync-release-version.outputs.old_version }} -> ${{ steps.sync-release-version.outputs.new_version }}"
|
||||
|
|
Loading…
Reference in a new issue