55477899e7
Evaluate if condition when calling a reusable workflow ( #2087 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: ChristopherHX <[email protected] >
2023-11-12 20:01:32 +00:00
18b4714e38
Don't set GITHUB_TOKEN ( #2089 )
...
This needs to be explicitly in the `env` to be consistent with GitHub
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-11-12 17:52:08 +00:00
610358e1c3
Support array expressions in runs-on ( #2088 )
...
* Support array expressions in runs-on
* Simplify appproach to use EvaluateYamlNode, fix case-sensitivity bug
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-11-12 17:40:06 +00:00
Jon Jensen and GitHub
ace4cd47c7
Fix float formatting ( #2018 )
...
Format floats the same way as actions/runner (precision 15, remove
trailing zeroes)
See: https://github.com/actions/runner/blob/67d70803a95fca2fc86d89231acbc319f9a9be2a/src/Sdk/DTObjectTemplating/ObjectTemplating/Tokens/NumberToken.cs#L34
2023-10-13 20:01:04 +00:00