Skip to content

Commit

Permalink
chore: amended minor typo in community check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrwatson authored and stack72 committed Aug 30, 2023
1 parent 5534c19 commit 366ea7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/community-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 366ea7e

Please sign in to comment.