summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2021-07-08 11:39:10 -0400
committerGitHub <noreply@github.com>2021-07-08 11:39:10 -0400
commit05559a2fcff5262b6a0c694e745e8dbdb5905a10 (patch)
tree918ca55411267ddcf840919799e69ce2ce85d124
parenta3228d4c86494ee25aff60fc037805ddc1d47d32 (diff)
parent8743881967b4613bb2bb469f4edf35683179110e (diff)
Merge pull request #830 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 ac73f2935..8c370a4ca 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -151,4 +151,4 @@ jobs:
branch: symbols
cwd: "./symbols"
add: "*.sym"
- message: ${{ github.event.commits[0].message }}
+ message: ${{ github.event.pull_request.title }}