Skip to content
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

Metadata DB Upload: Model SBD not being interpreted #102

Closed
2 tasks done
CodeGat opened this issue Jul 1, 2024 · 1 comment · Fixed by #103
Closed
2 tasks done

Metadata DB Upload: Model SBD not being interpreted #102

CodeGat opened this issue Jul 1, 2024 · 1 comment · Fixed by #103

Comments

@CodeGat
Copy link
Member

CodeGat commented Jul 1, 2024

See the two spaces between ./metadata/output and mom5 here and the interpretation of mom5 as the model name here.

This is due to ${{ inputs.root-sbd }} not interpreting the default: ${{ inputs.model }} here. There are no errors noting that this doesn't work, but GitHubs own documentation notes that it must be a string. Indeed, we cannot have dynamic defaults yet.

  • Update the workflow so the inputs.root-sbd has a sensible default.
  • Add to the devdocs this interesting fact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant