mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-15 16:12:12 +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' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
run: |
|
run: |
|
||||||
cp -v *.sym symbols/
|
cp -v *.sym symbols/
|
||||||
|
export GITHUB_COMMIT_MSG="$( git log --format=%s ${GITHUB_SHA} )"
|
||||||
|
|
||||||
- name: Update symfiles
|
- name: Update symfiles
|
||||||
if: ${{ github.event_name == 'push' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
@ -71,4 +72,4 @@ jobs:
|
|||||||
branch: symbols
|
branch: symbols
|
||||||
cwd: "./symbols"
|
cwd: "./symbols"
|
||||||
add: "*.sym"
|
add: "*.sym"
|
||||||
message: ${{ github.event.pull_request.title }}
|
message: $GITHUB_COMMIT_MSG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user