summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2021-07-08 08:00:16 -0400
committerGitHub <noreply@github.com>2021-07-08 08:00:16 -0400
commit4419337aeb8c8eb3d0145960600f28a74a3c3720 (patch)
tree2fa4f774b4d9b0d481000c806006ee95b306e1e9
parent32fe4127555632d00223c07f9f0c1d69eac8c6b8 (diff)
parent2f1a9974400a00bd0ff5394bf8ee797361a3fd9a (diff)
Merge pull request #1481 from GriffinRichards/fix-symsname
Use PR title for symbols branch commits
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index de3a35c40..a8bd016cb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -71,4 +71,4 @@ jobs:
branch: symbols
cwd: "./symbols"
add: "*.sym"
- message: ${{ github.event.commits[0].message }}
+ message: ${{ github.event.pull_request.title }}