CI: Add a proper Commit messages in PR step
This commit is contained in:
parent
1f18ac9f1d
commit
6bd106ab8f
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -180,6 +180,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
title: '[Auto] The bump by Github Actions'
|
title: '[Auto] The bump by Github Actions'
|
||||||
|
commit-message: |
|
||||||
|
[Auto] Bumps
|
||||||
|
- SDL2 ${{ env.SDL_VER }}
|
||||||
|
- FFmpeg ${{ env.FFMPEG_VER }}
|
||||||
|
- MoltenVK ${{ env.MVK_VER }}
|
||||||
body: |
|
body: |
|
||||||
Bumps
|
Bumps
|
||||||
- SDL2 ${{ env.SDL_VER }}
|
- SDL2 ${{ env.SDL_VER }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user