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:29 UTC

[camel-k-runtime] branch oscerd-patch-4 created (now 6135f5c)

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

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


      at 6135f5c  Update backport.yml

This branch includes the following new commits:

     new 6135f5c  Update backport.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ac...@apache.org.
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 }}