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