Changed (once again) the evaluation delimiters (<| and |>)

This commit is contained in:
2026-02-13 18:51:49 +01:00
parent a6058b9dd8
commit 899857767a
21 changed files with 71 additions and 70 deletions

View File

@@ -16,7 +16,7 @@ main:
- group:
name: Set test variables for Linux
condition: $| "$(os)" == "Linux" |
condition: <| "$(os)" == "Linux" |>
steps:
- let:
@@ -26,7 +26,7 @@ main:
- group:
name: Set test variables for Windows
condition: $| "$(os)" == "Windows" |
condition: <| "$(os)" == "Windows" |>
steps:
- let: