Merge branch 'songquanpeng:main' into main

This commit is contained in:
E.da 2024-03-16 11:58:35 +08:00 committed by GitHub
commit bbb9ab934a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 0
exit 1
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 0
exit 1
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 0
exit 1
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 0
exit 1
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 0
exit 1
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 0
exit 1
fi
- uses: actions/setup-node@v3
with: