From b6de4901302474087ccdbc7deff2ee42a5943774 Mon Sep 17 00:00:00 2001 From: AZMCode Date: Sun, 30 Aug 2020 09:43:17 -0400 Subject: [PATCH] Possibly Final Commit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08068e4..a31e8c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: outputs: package-name: ${{ steps.packageInfo.outputs.package-name }} package-version: ${{ steps.packageInfo.outputs.package-version }} - commit-msg: ${{ steps.packageInfo.outputs.package-name }} + commit-msg: ${{ steps.packageInfo.outputs.commit-msg }} # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout Commit