Merge pull request #1481 from GriffinRichards/fix-symsname

Use PR title for symbols branch commits
This commit is contained in:
PikalaxALT 2021-07-08 08:00:16 -04:00 committed by GitHub
commit 4419337aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}