upload from nju #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: push | |
on: push | |
jobs: | |
run-script: | |
name: job0 | |
runs-on: ubuntu-latest | |
env: | |
PASSWORD: ${{ secrets.PASSWORD }} | |
TOKEN: ${{ secrets.TOKEN }} | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-python@v3 | |
- run: pip install webdavclient3==3.14.5 | |
- run: bash get_data_list.sh | |
- run: mkdir upload | |
- run: python main.py | |
- run: bash upload.sh |