Skip to content

fix(action): git clone to existing repo error #25

fix(action): git clone to existing repo error

fix(action): git clone to existing repo error #25

Workflow file for this run

name: Dev Branch
on:
push:
branches:
- 'dev_v2'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
# Run main script to test if it can work
- name: Run testing script
run: |
mkdir -p data_export
python main_quick_test.py