diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2021-06-15 09:33:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 09:33:13 -0400 |
commit | 077f2eadfc017ac5980586d58bcf9e5152488901 (patch) | |
tree | d28e767fb06311d229a63118f261dde3e09a5d4c | |
parent | 8ccfa170781ed38f7ccf653fa6cab6c2aea607fe (diff) | |
parent | 5e85a5f9d0deae8c40d9010ac843ae6a5e8fa826 (diff) |
Merge pull request #825 from PikalaxALT/push_symbols
Clone commit message to symbols branch
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67e49fc5b..2ea87994b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,3 +89,4 @@ jobs: branch: symbols cwd: "./symbols" add: "*.sym" + message: ${{ github.event.commits[0].message }} |