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/01/31 17:34:29 UTC

[camel-kafka-connector] branch master updated: Fixed backport.yml

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 83ec6ab  Fixed backport.yml
83ec6ab is described below

commit 83ec6ab3445793d458bd882f5ae747c96faa4c5a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Jan 31 18:33:50 2021 +0100

    Fixed backport.yml
---
 .github/workflows/backport.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 74ea4fb..6dfef69 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -11,6 +11,6 @@ jobs:
     name: Backport
     steps:
       - name: Backport
-        uses: .github/actions/backport
+        uses: ./.github/actions/backport
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}