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:26:15 UTC

[camel-kafka-connector] 03/03: Modified the backport action to use submodule

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

commit 5534f9b771a32196360368f1cd282df6376ffef6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Jan 31 18:25:42 2021 +0100

    Modified the backport action to use submodule
---
 .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 26801eb..74ea4fb 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -11,6 +11,6 @@ jobs:
     name: Backport
     steps:
       - name: Backport
-        uses: tibdex/backport@v1
+        uses: .github/actions/backport
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}