From 9fec1cc212ac703b3c51fbb68d7aa9fbbf301b45 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 11 Oct 2021 22:12:14 +0100 Subject: [PATCH] Fix typo --- .github/workflows/tests.yml | 6 +++--- .github/workflows/twisted_trunk.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e8a2afa16b..27dcb733c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -122,7 +122,7 @@ jobs: # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs # It also ignores find's exit code; this is a best effort affair - if: $ {{ always() }} + if: ${{ always() }} run: >- find _trial_temp -name '*.log' -exec echo "::group::{}" \; @@ -147,7 +147,7 @@ jobs: # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs # It also ignores find's exit code; this is a best effort affair - if: $ {{ always() }} + if: ${{ always() }} run: >- find _trial_temp -name '*.log' -exec echo "::group::{}" \; @@ -178,7 +178,7 @@ jobs: # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs # It also ignores find's exit code; this is a best effort affair - if: $ {{ always() }} + if: ${{ always() }} run: >- find _trial_temp -name '*.log' -exec echo "::group::{}" \; diff --git a/.github/workflows/twisted_trunk.yml b/.github/workflows/twisted_trunk.yml index 637835b29a..14ad7a8526 100644 --- a/.github/workflows/twisted_trunk.yml +++ b/.github/workflows/twisted_trunk.yml @@ -36,7 +36,7 @@ jobs: # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs # It also ignores find's exit code; this is a best effort affair - if: $ {{ always() }} + if: ${{ always() }} run: >- find _trial_temp -name '*.log' -exec echo "::group::{}" \;