Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If I use that exact formulation in the YAML string literal block which the caller workflow sets via `with.run` this becomes `inputs.run` in the reusable action. When this gets turned into the `NEXTSTRAIN_BUILD_COMMAND` env variable via `${{ inputs.run }}`, the [actions docs indicate](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#literals) that we "must use single quotes (') around the string" (but we've got a literal block, which seems to meet this requirement) and to "use a literal single quote, escape the literal single quote using an additional single quote ('')"
- Loading branch information