This commit is contained in:
@@ -8,9 +8,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
if [ ! -f setup.py ]; then
|
||||
git clone https://gitea.com/7000pctAUTO/json-to-openapi .
|
||||
fi
|
||||
rm -rf * .gitignore 2>/dev/null || true
|
||||
git init
|
||||
git remote add origin https://gitea.com/7000pctAUTO/json-to-openapi
|
||||
git fetch
|
||||
git checkout main
|
||||
- name: Install
|
||||
run: |
|
||||
python3 -m ensurepip --upgrade 2>/dev/null || true
|
||||
|
||||
Reference in New Issue
Block a user