We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当前的匹配语句是匹配多行,但是 echo 打印的内容并不是多行,使用 grep -Fx 造成无法匹配到已经创建的仓库。造成每次都会创建一次,虽然可能提示已经创建而不会有报错退出。
echo
grep -Fx
hub-mirror-action/entrypoint.sh
Lines 155 to 168 in 45a8476
The text was updated successfully, but these errors were encountered:
https://github.com/Yikun/hub-mirror-action/releases/tag/v0.13 已修复
Sorry, something went wrong.
No branches or pull requests
当前的匹配语句是匹配多行,但是
echo
打印的内容并不是多行,使用grep -Fx
造成无法匹配到已经创建的仓库。造成每次都会创建一次,虽然可能提示已经创建而不会有报错退出。hub-mirror-action/entrypoint.sh
Lines 155 to 168 in 45a8476
The text was updated successfully, but these errors were encountered: