Fix using an incorrect format for the continuity check logic
diff --git a/.github/workflows/automatic-sync-camel-master.yml b/.github/workflows/automatic-sync-camel-master.yml
index d2b7aaa..cc2e3a2 100644
--- a/.github/workflows/automatic-sync-camel-master.yml
+++ b/.github/workflows/automatic-sync-camel-master.yml
@@ -95,7 +95,7 @@
             clean test
       - name: archive logs
         uses: actions/upload-artifact@v2
-        if: ${{ always() }}
+        if: always()
         with:
           name: test-logs
           path: tests/**/target/tests.log
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index a3b5b87..71d02e9 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -82,7 +82,7 @@
             clean test
       - name: archive logs
         uses: actions/upload-artifact@v2
-        if: ${{ always() }}
+        if: always()
         with:
           name: test-logs
           path: tests/**/target/tests.log