fix(workflows): Use raw values
All checks were successful
build configuration / build_web01 (push) Successful in 45s
build configuration / build_compute01 (push) Successful in 1m8s
build configuration / build_storage01 (push) Successful in 1m10s
npins update / npins_update (push) Successful in 1m14s
ds-fr update / npins_update (push) Successful in 2m30s
All checks were successful
build configuration / build_web01 (push) Successful in 45s
build configuration / build_compute01 (push) Successful in 1m8s
build configuration / build_storage01 (push) Successful in 1m10s
npins update / npins_update (push) Successful in 1m14s
ds-fr update / npins_update (push) Successful in 2m30s
This commit is contained in:
parent
9b49bd2721
commit
f4fe84075c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue