mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-09 12:48:57 +08:00
Update verify-pr.yml (#252)
This commit is contained in:
2
.github/workflows/verify-pr.yml
vendored
2
.github/workflows/verify-pr.yml
vendored
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user