summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2021-07-08 11:35:05 -0400
committerGitHub <noreply@github.com>2021-07-08 11:35:05 -0400
commitf1e345d279d01659598430df4d434aeaa5521d8e (patch)
treeb7a07f73638abd49a3fe563e97d8a1c330fd4171
parent1a43cdc81f31dc6213366beb9808f6f610580c49 (diff)
parent9648aad176ceac7695ecf14425caef6c63603f73 (diff)
Merge pull request #451 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 091ae69b5..68f28f790 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -92,4 +92,4 @@ jobs:
branch: symbols
cwd: "./symbols"
add: "*.sym"
- message: ${{ github.event.commits[0].message }}
+ message: ${{ github.event.pull_request.title }}