ci: fix ci

This commit is contained in:
JustSong 2024-03-15 23:47:54 +08:00
parent b204f6d82b
commit 6325c8e0b4
6 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ jobs:
run: | run: |
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 0 exit 1
fi fi
- name: Save version info - name: Save version info

View File

@ -24,7 +24,7 @@ jobs:
run: | run: |
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 0 exit 1
fi fi
- name: Save version info - name: Save version info

View File

@ -25,7 +25,7 @@ jobs:
run: | run: |
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 0 exit 1
fi fi
- name: Save version info - name: Save version info

View File

@ -24,7 +24,7 @@ jobs:
run: | run: |
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 0 exit 1
fi fi
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:

View File

@ -24,7 +24,7 @@ jobs:
run: | run: |
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 0 exit 1
fi fi
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:

View File

@ -27,7 +27,7 @@ jobs:
run: | run: |
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 0 exit 1
fi fi
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with: