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 <[email protected]>
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 }}

Reply via email to