From 366ea7e4f335c9a85c3cea9ca87fe159a568b26b Mon Sep 17 00:00:00 2001 From: John Watson Date: Wed, 30 Aug 2023 13:43:49 +0100 Subject: [PATCH] chore: amended minor typo in community check workflow --- .github/workflows/community-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/community-check.yml b/.github/workflows/community-check.yml index a1157b846f..7d4ec5cf27 100644 --- a/.github/workflows/community-check.yml +++ b/.github/workflows/community-check.yml @@ -21,7 +21,7 @@ jobs: run: | PR_AUTHOR="${{ github.event.pull_request.user.login }}" if ! [[ "${SI_STAFF}" =~ "$PR_AUTHOR" ]]; then - echo "Authored by one of our amazing cmmunity peeps!" + echo "Authored by one of our amazing community peeps!" echo "requires-community-tag=true" >> $GITHUB_OUTPUT else echo "Successfully checked the author against the staff list"