You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Fix loss of number type when calling reusable workflow
The workflow_dispatch break_duration input has a type of 'number', but
this somehow gets lost when calling the reusable workflow. We see the
following error:
The template is not valid. .github/workflows/stackhpc-multinode.yml
(Line: 64, Col: 23): Unexpected value '60'
This issue is described in
https://github.com/orgs/community/discussions/67182. We use the fromJSON
workaround in the thread.
0 commit comments