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
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
run: |
REPO_URL=$(git config --get remote.origin.url)
if [[ $REPO_URL == *"pro" ]]; then
exit 0
exit 1
fi
- name: Save version info
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
run: |
REPO_URL=$(git config --get remote.origin.url)
if [[ $REPO_URL == *"pro" ]]; then
exit 0
exit 1
fi
- name: Save version info
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: |
REPO_URL=$(git config --get remote.origin.url)
if [[ $REPO_URL == *"pro" ]]; then
exit 0
exit 1
fi
- name: Save version info
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
run: |
REPO_URL=$(git config --get remote.origin.url)
if [[ $REPO_URL == *"pro" ]]; then
exit 0
exit 1
fi
- uses: actions/setup-node@v3
with:
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
run: |
REPO_URL=$(git config --get remote.origin.url)
if [[ $REPO_URL == *"pro" ]]; then
exit 0
exit 1
fi
- uses: actions/setup-node@v3
with:
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
run: |
REPO_URL=$(git config --get remote.origin.url)
if [[ $REPO_URL == *"pro" ]]; then
exit 0
exit 1
fi
- uses: actions/setup-node@v3
with: