From 9ce25ab9203840095e7402ce82b82d2f62e589dd Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 17 May 2024 14:23:21 -0400 Subject: [PATCH] update error message in workflow --- .github/workflows/wp-i18n.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wp-i18n.yml b/.github/workflows/wp-i18n.yml index edb1c7e0..21c88ef8 100644 --- a/.github/workflows/wp-i18n.yml +++ b/.github/workflows/wp-i18n.yml @@ -90,5 +90,5 @@ jobs: if: steps.changes.outcome == 'failure' run: | echo "i18n files are out of date" - echo "Please run `composer run i18n` to update them locally and commit before releasing" + echo "Please run command (composer run i18n) locally to update them and commit before releasing" exit 1