We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3512b0a commit db14c0bCopy full SHA for db14c0b
.github/workflows/check-spelling.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
CHANGES=`git status --porcelain`
39
if [[ $CHANGES ]]; then
40
- echo "Add comment '/fix:${{ env.FIX_CMD }}' to your PR in GitHub,"
+ echo "Add comment '/${{ env.FIX_CMD }}' to your PR in GitHub,"
41
echo "or locally run 'npm run ${{ env.FIX_CMD }}' and commit the changes:"
42
echo "$CHANGES"
43
exit 1
0 commit comments