Update .gitea/workflows/learn-gitea.actions.yml

This commit is contained in:
Mike 2023-11-22 02:59:43 +00:00
parent 60c4605a3d
commit c1947fbea2

View file

@ -1,23 +1,23 @@
name: Clean up S3 Bucket in Linode
run-name: ${{ gitea.actor }} is learning Gitea Actions
on:
push:
branches: [main]
schedule:
- cron: '0 * 1,15 * *'
env:
ACCESS_KEY: ${{ secrets.ACCESS_KEY }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
jobs:
check-bats-version:
runs-on: x86
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 'pypy3.10'
- run: pip install --upgrade pip
- run: pip install -r requirements.txt
- run: python3 main.py --bucket "smiggiddy" --host "us-east-1.linodeobjects.com"
name: Clean up S3 Bucket in Linode
run-name: ${{ gitea.actor }} is learning Gitea Actions
on:
push:
branches: [main]
schedule:
- cron: '0 * 1,15 * *'
env:
ACCESS_KEY: ${{ secrets.ACCESS_KEY }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
jobs:
check-bats-version:
runs-on: ubuntu:latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 'pypy3.10'
- run: pip install --upgrade pip
- run: pip install -r requirements.txt
- run: python3 main.py --bucket "smiggiddy" --host "us-east-1.linodeobjects.com"