mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 20:24:18 +01:00
Use merge commit message for symbols branch
This commit is contained in:
parent
876a89eba4
commit
52512cfbe1
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…
Reference in New Issue
Block a user