From 4e0841f57db9179ded0aa587d1a61c96ad5147e8 Mon Sep 17 00:00:00 2001 From: Adrian Clay Lake Date: Fri, 29 Nov 2024 16:06:36 +0100 Subject: [PATCH] fix: bad paramter --- .github/workflows/Continuous-Testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Continuous-Testing.yaml b/.github/workflows/Continuous-Testing.yaml index a8f55fd7..4a5b5d90 100644 --- a/.github/workflows/Continuous-Testing.yaml +++ b/.github/workflows/Continuous-Testing.yaml @@ -43,5 +43,5 @@ jobs: oci-image-name: "${{ matrix.source-image }}" oci-image-path: "oci/${{ matrix.name }}" date-last-scan: ${{ needs.prepare-test-matrix.outputs.last-scan }} - is-from-release: true + create-issue: true secrets: inherit