From bec0d444293d273dd034dff0070bc42baadd1b24 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 10 Oct 2022 12:45:51 +0300 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 06c68db3..21648f33 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -43,7 +43,7 @@ jobs: - name: Commit fixes uses: EndBug/add-and-commit@v7 with: - message: 'chore(${{ env.NAME }}) actions: lint ☘️' + message: 'chore: ${{ env.NAME }}: actions: lint ☘️' - name: Build run: redrun build - name: Test