From 19d55cbafe241fd670a549e92d1e7de0b50d7bf6 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sat, 15 Jan 2022 12:01:28 +0100 Subject: [PATCH] Update check-git-apply.yaml --- .github/workflows/check-git-apply.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-git-apply.yaml b/.github/workflows/check-git-apply.yaml index c2e65fe4..6a4d78ca 100644 --- a/.github/workflows/check-git-apply.yaml +++ b/.github/workflows/check-git-apply.yaml @@ -119,7 +119,8 @@ jobs: #push-to-fork: uazo/bromite add-paths: | build/patches/*.patch - commit-message: ${{ env.MESSAGE }} + commit-message: 'AUTOMATED - git apply results' title: Git apply result for ${{ env.BRANCH }} branch + body: ${{ env.MESSAGE }} delete-branch: true branch-suffix: short-commit-hash