You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/01/18 15:57:06 UTC

[camel-kafka-connector] branch master updated: Fix using an incorrect format for the continuity check logic

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 094776d  Fix using an incorrect format for the continuity check logic
094776d is described below

commit 094776dacba288f75348699b0d109b72c8fb5ff6
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Mon Jan 18 16:37:51 2021 +0100

    Fix using an incorrect format for the continuity check logic
---
 .github/workflows/automatic-sync-camel-master.yml | 2 +-
 .github/workflows/ci-build.yml                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 @@ jobs:
             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 @@ jobs:
             clean test
       - name: archive logs
         uses: actions/upload-artifact@v2
-        if: ${{ always() }}
+        if: always()
         with:
           name: test-logs
           path: tests/**/target/tests.log