Commit e84bb74
committed
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.1 parent 93d1b47 commit e84bb74
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments