micro/.gitea/workflows/autoupdate.yml

13 lines
243 B
YAML
Raw Normal View History

on:
schedule:
- cron: '* * * * *'
- cron: '@hourly'
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: https://gitea.com/actions/checkout@v3
- name: autoupdate
run: echo "autoupdate"