Skip to content

CI: Fix loss of number type when calling reusable workflow #1239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

markgoddard
Copy link
Contributor

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.

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.
@markgoddard markgoddard requested a review from a team as a code owner August 21, 2024 11:07
@markgoddard markgoddard self-assigned this Aug 21, 2024
@markgoddard markgoddard merged commit 11b67a9 into stackhpc/2023.1 Aug 21, 2024
13 of 14 checks passed
@markgoddard markgoddard deleted the 2023.1-multinode-workflow branch August 21, 2024 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant