From 526c9f1c55c2eb06507fd6879358b30d60c7f4f5 Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:46:30 +1000 Subject: [PATCH] Add an extra newline b/w qb transform's commit message and description --- .github/workflows/updateqb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updateqb.yml b/.github/workflows/updateqb.yml index 131dad8..f6ef4bc 100644 --- a/.github/workflows/updateqb.yml +++ b/.github/workflows/updateqb.yml @@ -57,7 +57,7 @@ jobs: uses: "stefanzweifel/git-auto-commit-action@v4" id: "commit" with: - commit_message: "Update Quest Book Jsons and Lang\n[SKIP]" + commit_message: "Update Quest Book Jsons and Lang\n\n[SKIP]" commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" - name: "Throw Error if No Changes were Detected"