add autoupdate
All checks were successful
/ autoupdate (push) Successful in 7s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2023-09-23 12:54:15 +03:00
parent 58b687f134
commit 27bf1c3d84

View File

@ -4,8 +4,10 @@ on:
- cron: '@hourly' - cron: '@hourly'
jobs: jobs:
test_schedule: autoupdate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: checkout
uses: https://gitea.com/actions/checkout@v3
- name: autoupdate - name: autoupdate
run: echo "autoupdate" run: echo "autoupdate"