fix: cronjob syntax
All checks were successful
/ nextcloud-27 (push) Successful in 9m35s
/ nextcloud-27-app-calendar (push) Successful in 3m32s
/ nextcloud-27-app-contacts (push) Successful in 1m54s
/ nextcloud-27-app-deck (push) Successful in 3m30s
/ nextcloud-27-app-forms (push) Successful in 2m12s
/ nextcloud-27-app-gpoddersync (push) Successful in 1m0s
/ nextcloud-27-app-gpxpod (push) Successful in 2m38s
/ nextcloud-27-app-groupfolders (push) Successful in 1m41s
/ nextcloud-27-app-polls (push) Successful in 3m31s
/ nextcloud-27-app-previewgenerator (push) Successful in 1m0s
/ nextcloud-27-app-mail (push) Successful in 5m38s
/ nextcloud-27-app-news (push) Successful in 2m9s
/ nextcloud-27-app-nextpod (push) Successful in 1m24s
/ nextcloud-27-app-notes (push) Successful in 1m52s
/ nextcloud-27-app-notify-push (push) Successful in 3m36s
/ nextcloud-27-app-richdocuments (push) Successful in 2m11s
/ nextcloud-27-app-richdocumentscode (push) Successful in 5m19s
/ nextcloud-27-app-talk (push) Successful in 3m55s
/ nextcloud-27-app-tasks (push) Successful in 2m10s
/ nextcloud-27-app-twofactor-webauthn (push) Successful in 2m49s
/ nextcloud-27-app-user-oidc (push) Successful in 1m22s

This commit is contained in:
s3lph 2023-11-29 07:43:52 +01:00
parent 505a9e104d
commit 47c94b69b2
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
schedule: schedule:
- cron: "0 0 1 * * *" - cron: "0 1 * * *" # every night at 1 AM
jobs: jobs:
@ -21,7 +21,7 @@ jobs:
API_PASSWORD: ${{ secrets.API_PASSWORD }} API_PASSWORD: ${{ secrets.API_PASSWORD }}
MAINTAINER: ${{ secrets.MAINTAINER }} MAINTAINER: ${{ secrets.MAINTAINER }}
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v3 - uses: https://code.forgejo.org/actions/checkout@v4
- run: | - run: |
cd "${GITHUB_JOB}" cd "${GITHUB_JOB}"
[ -x build.sh ] && ./build.sh [ -x build.sh ] && ./build.sh