]> git.ipfire.org Git - thirdparty/curl.git/commit
GHA: enclose `if` expressions in `${{ }}` where missing
authorViktor Szakats <commit@vsz.me>
Fri, 6 Jun 2025 21:29:22 +0000 (23:29 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 8 Jun 2025 11:01:24 +0000 (13:01 +0200)
commit128c5ddc6b5b08926af5cb5c0263e2fc77d7e844
tree7f68a8e4f70e43886bf7bbdd261a569ab135c8fa
parent5f805eec1149c218145097ec2a24ac7fb7d46f25
GHA: enclose `if` expressions in `${{ }}` where missing

Enclosing expressions in `${{ }}` is optional, but sometimes required.
It seems more straighforward to use it always rather than decide on
a case-by-case basis. Before this patch 71 `if`s were enclosed and 49
were not. Enclosing these makes it easy to grep and recognize these
whereever used.

https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/using-conditions-to-control-job-execution

Closes #17550
.github/workflows/hacktoberfest-accepted.yml
.github/workflows/http3-linux.yml
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/non-native.yml