This is an automated email from the ASF dual-hosted git repository. acosentino 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 5d7ace7 Removed node setup from backport action 5d7ace7 is described below commit 5d7ace78e485ebc33933e14922e958eed6efa348 Author: Andrea Cosentino <anco...@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: