From 27bf1c3d843b46f1fc7e64dba036f31a16ec507e Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sat, 23 Sep 2023 12:54:15 +0300 Subject: [PATCH] add autoupdate Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/autoupdate.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index 976b7884..717d8b01 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -4,8 +4,10 @@ on: - cron: '@hourly' jobs: - test_schedule: + autoupdate: runs-on: ubuntu-latest steps: - - name: autoupdate - run: echo "autoupdate" \ No newline at end of file + - name: checkout + uses: https://gitea.com/actions/checkout@v3 + - name: autoupdate + run: echo "autoupdate" \ No newline at end of file