From 0c277ea2b7929bbf14d44a65928821402ff9036a Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Thu, 18 Jan 2024 12:50:35 -0600 Subject: [PATCH] squash: Force Color Encoding for GH Actions Runners --- .github/workflows/conventional-commits.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index f33b79257e..cc3a3ef71f 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -23,6 +23,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: dev-build-deploy/commit-me@v1.3.1 + env: + FORCE_COLOR: 3 with: token: ${{ secrets.GITHUB_TOKEN }} include-commits: false