Skip to content

Commit

Permalink
update error message in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed May 17, 2024
1 parent 0fb0ebb commit 9ce25ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wp-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9ce25ab

Please sign in to comment.