mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Update workflow action
This commit is contained in:
parent
c0a2edf8bb
commit
d51ae7c239
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changie-pr.yml
vendored
2
.github/workflows/changie-pr.yml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
|
||||
- name: Create Pull Request
|
||||
if: steps.check.outputs.has_changes == 'true'
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
title: "Release ${{ steps.latest.outputs.output }}"
|
||||
branch: "release/${{ steps.latest.outputs.output }}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue