From d200c9ce24b226e1c23d5f3babb23f98cb9a7291 Mon Sep 17 00:00:00 2001 From: David Fridrich Date: Fri, 4 Jul 2025 11:15:28 +0200 Subject: [PATCH] fixup --- .github/workflows/invoke-all.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/invoke-all.yaml b/.github/workflows/invoke-all.yaml index 8611ed2..32f167f 100644 --- a/.github/workflows/invoke-all.yaml +++ b/.github/workflows/invoke-all.yaml @@ -13,8 +13,6 @@ jobs: outputs: languages: ${{ steps.prep-matrix.outputs.languages }} language_paths: ${{ steps.prep-matrix.outputs.language_paths }} - env: - FUNC_VERSION: "knative-v1.18.0" steps: - name: Checkout code uses: actions/checkout@v4 @@ -39,11 +37,12 @@ jobs: matrix: language: ${{ fromJSON(needs.prepare.outputs.languages) }} env: + FUNC_VERSION: "knative-v1.18.0" ACTIONS_STEP_DEBUG: true language_paths: ${{needs.prepare.outputs.language_paths}} - # UPDATE THIS IF HOST BUILDER IS ENABLED FOR MORE LANGUAGES - HOST_ENABLED_LANGUAGES: '["go","python"]' HEADREF: ${{github.head_ref}} + # UPDATE THIS IF HOST BUILDER IS ENABLED FOR MORE LANGUAGES + HOST_ENABLED_LANGUAGES: '["go","python"]' steps: - name: Checkout code uses: actions/checkout@v4