fix: trim space

This commit is contained in:
zijiren233 2024-07-18 15:39:27 +08:00
parent d0510b451f
commit b1c53377d3

View File

@ -25,7 +25,7 @@ jobs:
REPO_URL=$(git config --get remote.origin.url) REPO_URL=$(git config --get remote.origin.url)
if [[ $REPO_URL == *"pro" ]]; then if [[ $REPO_URL == *"pro" ]]; then
exit 1 exit 1
fi fi
- name: Save version info - name: Save version info
run: | run: |