Update create-pull-request
version to avoid python errors
This commit is contained in:
parent
bd78b7596e
commit
a0a77142af
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
|||||||
run: cp install_output/lib/libSDL2-2.0.dylib SDL2-CS/native/${{ matrix.platform.name }}/libSDL2.dylib
|
run: cp install_output/lib/libSDL2-2.0.dylib SDL2-CS/native/${{ matrix.platform.name }}/libSDL2.dylib
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
- name: Create pull request
|
- name: Create pull request
|
||||||
uses: peter-evans/create-pull-request@v2
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
commit-message: Update ${{ matrix.platform.name }} SDL binaries
|
commit-message: Update ${{ matrix.platform.name }} SDL binaries
|
||||||
title: Update ${{ matrix.platform.name }} SDL binaries
|
title: Update ${{ matrix.platform.name }} SDL binaries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user