Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No ERB templates of YAML needed at this point
Reminded myself that "on" is Boolean in YAML and Psych intentionally dumps it as "'on':". https://yaml.org/type/bool.html https://github.com/ruby/psych/blob/587c50f91421ae51059753a25357a4c42ab685f5/lib/psych/visitors/yaml_tree.rb#L281-L283 https://github.com/ruby/psych/blob/587c50f91421ae51059753a25357a4c42ab685f5/lib/psych/scalar_scanner.rb#L50-L51 Thus intentionally generating boolean, as in GA docs: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
- Loading branch information