You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/08/31 09:26:44 UTC

[camel-k] branch dev-release-1.8.x updated: chore: add more params

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

pcongiusti pushed a commit to branch dev-release-1.8.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/dev-release-1.8.x by this push:
     new 3b86f2350 chore: add more params
3b86f2350 is described below

commit 3b86f23506f2262444b5fa4ff5b9b0145d64373a
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Aug 31 11:26:32 2022 +0200

    chore: add more params
---
 .github/workflows/release-workflow.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml
index 94f0c6e6c..ea1bfb444 100644
--- a/.github/workflows/release-workflow.yml
+++ b/.github/workflows/release-workflow.yml
@@ -50,7 +50,16 @@ jobs:
         uses: actions/checkout@v2
         with:
           ref: ${{ inputs.ref }}
+          persist-credentials: false
+          submodules: recursive
 
+      - name: Convert input parameters to env vars
+        shell: bash
+        run: |
+          ./.github/workflows/manual-exec-process-inputs.sh \
+            -i "${{ github.event.inputs.pre-built-kamel-image }}" \
+            -p "${{ github.event.inputs.skip-problematic }}" \
+            -t "${{ github.event.inputs.test-filters }}
       - name: Execute E2E common Tests
         uses: ./.github/actions/e2e-common
         with: