From 8fc5975caf6ab4d774da24180d3dbc2e2f7b8186 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Wed, 7 Sep 2022 10:57:46 +0200 Subject: [PATCH] Tweak confusing commit message --- .github/workflows/fix-linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix-linting.yml b/.github/workflows/fix-linting.yml index 4409f1903b..674463f675 100644 --- a/.github/workflows/fix-linting.yml +++ b/.github/workflows/fix-linting.yml @@ -55,5 +55,5 @@ jobs: git config push.default upstream git add . git status - git commit -m "[automated] Fix linting with Prettier" + git commit -m "[automated] Fix code linting" git push