Merge pull request #1483 from PikalaxALT/symbols_merge_commit

Use merge commit message for symbols branch
This commit is contained in:
PikalaxALT 2021-07-16 12:59:03 -04:00 committed by GitHub
commit bea170e8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
run: |
cp -v *.sym symbols/
export GITHUB_COMMIT_MSG="$( git log --format=%s ${GITHUB_SHA} )"
- name: Update symfiles
if: ${{ github.event_name == 'push' }}
@ -71,4 +72,4 @@ jobs:
branch: symbols
cwd: "./symbols"
add: "*.sym"
message: ${{ github.event.pull_request.title }}
message: $GITHUB_COMMIT_MSG