Fix sync action
This commit is contained in:
parent
4b17cad7d4
commit
f678504e00
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
|||
echo "JECS_VERSION=$version" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: https://github.com/peter-evans/create-pull-request@v7
|
||||
uses: actions/create-pull-request@v7
|
||||
with:
|
||||
title: Sync to upstream Jecs ${{ steps.read_jecs_version.outputs.JECS_VERSION }}
|
||||
body: |
|
||||
|
|
Loading…
Reference in a new issue