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