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
See the two spaces between ./metadata/output and mom5here 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
The text was updated successfully, but these errors were encountered:
See the two spaces between
./metadata/output
andmom5
here and the interpretation ofmom5
as the model name here.This is due to
${{ inputs.root-sbd }}
not interpreting thedefault: ${{ inputs.model }}
here. There are no errors noting that this doesn't work, but GitHubs own documentation notes that it must be astring
. Indeed, we cannot have dynamic defaults yet.inputs.root-sbd
has a sensible default.devdocs
this interesting factThe text was updated successfully, but these errors were encountered: