ci: fix ci

This commit is contained in:
JustSong 2024-03-14 23:53:25 +08:00
parent ebfee3b46c
commit 996f4d99dd
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -24,7 +24,7 @@ jobs:
run: |
REPO_URL=$(git config --get remote.origin.url)
if [[ $REPO_URL == *"pro" ]]; then
exit 1
exit 0
fi
- uses: actions/setup-node@v3
with:

View File

@ -24,7 +24,7 @@ jobs:
run: |
REPO_URL=$(git config --get remote.origin.url)
if [[ $REPO_URL == *"pro" ]]; then
exit 1
exit 0
fi
- uses: actions/setup-node@v3
with:

View File

@ -27,7 +27,7 @@ jobs:
run: |
REPO_URL=$(git config --get remote.origin.url)
if [[ $REPO_URL == *"pro" ]]; then
exit 1
exit 0
fi
- uses: actions/setup-node@v3
with: