mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 01:05:36 +00:00
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
|
||||
if: runner.os == 'macOS'
|
||||
- name: Create pull request
|
||||
uses: peter-evans/create-pull-request@v2
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
commit-message: Update ${{ matrix.platform.name }} SDL binaries
|
||||
title: Update ${{ matrix.platform.name }} SDL binaries
|
||||
|
|
Loading…
Reference in a new issue