Use PR title for symbols branch commits
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -71,4 +71,4 @@ jobs:
|
|||||||
branch: symbols
|
branch: symbols
|
||||||
cwd: "./symbols"
|
cwd: "./symbols"
|
||||||
add: "*.sym"
|
add: "*.sym"
|
||||||
message: ${{ github.event.commits[0].message }}
|
message: ${{ github.event.pull_request.title }}
|
||||||
|
|||||||
Reference in New Issue
Block a user