Update verify-pr.yml (#252)

This commit is contained in:
Shiming Zhang 2022-11-04 15:48:47 +08:00 committed by GitHub
parent 8cdd59c177
commit 3f73ab6594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
- name: Verify mirror.txt
run: |
./hack/verify-fmt.sh mirror.txt || {
echo "Please run './hack/fmt.sh domain.txt'"
echo "Please run './hack/fmt.sh mirror.txt'"
gh pr comment "${{ github.event.pull_request.number }}" --body '请运行 `./hack/fmt.sh mirror.txt` 对内容进行排序'
exit 1
}