You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/01 07:28:12 UTC

[camel-kafka-connector] branch camel-master updated: Removed node setup from backport action

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

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


The following commit(s) were added to refs/heads/camel-master by this push:
     new e37371c  Removed node setup from backport action
e37371c is described below

commit e37371c1c940d2c29ef59fe0381e6c740903622e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 1 08:26:07 2021 +0100

    Removed node setup from backport action
---
 .github/workflows/backport.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index ef5684f..45ecef6 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -15,8 +15,6 @@ jobs:
         with:
           persist-credentials: false
           submodules: recursive
-      - name: setup Node
-        uses: actions/setup-node@v2
       - name: Backport
         uses: ./.github/actions/backport
         with: