mirror of
https://gitea.smigz.com/smiggiddy/s3_cleanup.git
synced 2024-12-26 13:00:43 -05:00
fix: add main.py
This commit is contained in:
parent
3377dedfba
commit
82dd554f76
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 'pypy3.10'
|
python-version: 'pypy3.10'
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
- run: python3 --bucket "smiggiddy" --host "us-east-1.linodeobjects.com"
|
- run: python3 main.py --bucket "smiggiddy" --host "us-east-1.linodeobjects.com"
|
||||||
|
|
Loading…
Reference in a new issue