Use merge commit message for symbols branch

This commit is contained in:
PikalaxALT
2021-07-16 12:20:35 -04:00
parent ea889b65ae
commit d3ef86dd2b
+2 -1
View File
@@ -84,6 +84,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
run: |
cp *.sym symbols/
export GITHUB_COMMIT_MSG=$( git log --format=%s ${GITHUB_SHA} )
- name: Update symfiles
if: ${{ github.event_name == 'push' }}
@@ -92,4 +93,4 @@ jobs:
branch: symbols
cwd: "./symbols"
add: "*.sym"
message: ${{ github.event.pull_request.title }}
message: $GITHUB_COMMIT_MSG