diff --git a/.forgejo/workflows/ds-fr.yaml b/.forgejo/workflows/ds-fr.yaml index 665fedf..64b4168 100644 --- a/.forgejo/workflows/ds-fr.yaml +++ b/.forgejo/workflows/ds-fr.yaml @@ -2,7 +2,7 @@ name: ds-fr update on: schedule: # Run at 8 o'clock every day - - cron: "0 8 * * *" + - cron: "26 18 * * *" jobs: npins_update: @@ -17,7 +17,7 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/demarches-simplifiees/demarches-simplifiees.fr/releases/latest \ - | jq '.tag_name') + | jq -r '.tag_name') # Move to the ds-fr directory cd machines/compute01/ds-fr/package