diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2021-07-16 12:59:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 12:59:03 -0400 |
commit | bea170e8e9555fb6941a952e939277b5bdd3459b (patch) | |
tree | 36d4d539b2980823cf305bd6dc8e83eae3aa04b4 | |
parent | 876a89eba4903e5ef1ccad22b1ee52023fb24513 (diff) | |
parent | 52512cfbe1b69200d41964e5046cb04a776a5d49 (diff) |
Merge pull request #1483 from PikalaxALT/symbols_merge_commit
Use merge commit message for symbols branch
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8bd016cb..5b904ae9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |