fix(ci): export github repo action (#24583)

* feat: full checkout repo

* feat: use python 3.x
This commit is contained in:
Yihau Chen 2022-04-22 13:40:38 +08:00 committed by GitHub
parent 84d5a6d44f
commit a079d958c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -11,10 +11,12 @@ jobs:
web3: web3:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v3 - uses: actions/setup-python@v3
with: with:
python-version: "2.x" python-version: "3.x"
- name: cmd - name: cmd
run: | run: |
chmod +x ./ci/export-github-repo.sh chmod +x ./ci/export-github-repo.sh