Merge pull request #453 from PikalaxALT/fix_symbols_commit_msg

Use merge commit message for symbols branch
This commit is contained in:
PikalaxALT
2021-07-16 12:58:58 -04:00
committed by GitHub
+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