Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information