fix(workflows): Use raw values
All checks were successful
build configuration / build_storage01 (push) Successful in 1m10s
build configuration / build_web01 (push) Successful in 45s
build configuration / build_compute01 (push) Successful in 1m8s
npins update / npins_update (push) Successful in 1m14s
ds-fr update / npins_update (push) Successful in 2m30s

This commit is contained in:
Tom Hubrecht 2023-12-22 18:25:30 +01:00
parent 9b49bd2721
commit f4fe84075c

View file

@ -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