mirror of
https://github.com/lupyuen/nuttx-release.git
synced 2025-01-13 07:38:29 +08:00
Fix hours
This commit is contained in:
parent
cbfcc3f9f4
commit
a41fb018a6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue