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-k-runtime.git
The following commit(s) were added to refs/heads/master by this push:
new ce8444f Update backport action
ce8444f is described below
commit ce8444f30b59b5d2317a545277e4577a3f1bd80a
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Feb 1 23:41:41 2021 +0100
Update backport action
---
.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 f11c42f..7bfb18d 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: ./camel-k-runtime/camel-k-runtime-clone/.github/actions/backport
+ uses: ./camel-k-runtime-clone/.github/actions/backport
with:
github_token: ${{ secrets.GITHUB_TOKEN }}