Fix hours

This commit is contained in:
Lup Yuen Lee 2024-10-22 16:14:40 +08:00
parent cbfcc3f9f4
commit a41fb018a6

View file

@ -10,7 +10,7 @@ duration_hours_to_runner_hours=8
## date=2024-10-21
## hours=24
date=$(date -u +'%Y-%m-%d')
hours=$(( 1+$(date -u +'%H') ))
hours=$(bc -e "1+$(date -u +'%H')")
## Set the GitHub Token: export GITHUB_TOKEN=...
## Any Token with Read-Access to NuttX Repo will do: