mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 13:15:30 +00:00
Properly title the Linux SDL autogenerated PR
This commit is contained in:
parent
12c4d809ef
commit
6dba3318fa
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -24,7 +24,8 @@ jobs:
|
|||
- name: Create pull request
|
||||
uses: peter-evans/create-pull-request@v2
|
||||
with:
|
||||
commit-message: 'Update Linux SDL binaries'
|
||||
commit-message: Update Linux SDL binaries
|
||||
title: Update Linux SDL binaries
|
||||
body: This PR has been auto-generated to update the Linux SDL binaries.
|
||||
branch: update-linux-binaries
|
||||
|
||||
|
|
Loading…
Reference in a new issue