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/02/01 18:01:30 UTC

[camel-k-runtime] 01/01: Update backport.yml

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch oscerd-patch-4
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 6135f5c131211a4dc79b6f3165c02b31af31c2bd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 1 19:01:23 2021 +0100

    Update 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 b8f4c5a..f11c42f 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -36,6 +36,6 @@ jobs:
       - name: setup Node
         uses: actions/setup-node@v2
       - name: Backport
-        uses: ./../.github/actions/backport
+        uses: ./camel-k-runtime/camel-k-runtime-clone/.github/actions/backport
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}