mirror of https://github.com/pret/pokeemerald.git
Use merge commit message for symbols branch
This commit is contained in:
parent
876a89eba4
commit
52512cfbe1
|
@ -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