Browse Source
1. Use `${{ }}` consistently. It is technically not required in `if`
conditions but GitHub CI docs use it and it avoid certain pitfalls,
such as when the value starts with `!` (making it a YAML type
declaration).
2. Fixes one of the `if`s.
pull/4220/head
3 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue