mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-21 11:43:37 +01:00
Merge pull request #1483 from PikalaxALT/symbols_merge_commit
Use merge commit message for symbols branch
This commit is contained in:
commit
bea170e8e9
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user