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

View File

@@ -71,4 +71,4 @@ jobs:
branch: symbols
cwd: "./symbols"
add: "*.sym"
message: ${{ github.event.commits[0].message }}
message: ${{ github.event.pull_request.title }}