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

Reply via email to