From 3dc92cf2ce002bb19bd7e8917e18d2ec5f572b44 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Fri, 3 Apr 2020 00:24:07 -0500 Subject: [PATCH] Added test commit template --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dbba436..1c786c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,7 @@ jobs: uses: butlerlogic/action-autotag@master with: tag_prefix: test_package_ + commit_message_template: "{{number}}) {{message}} ({{author}})\n" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}