From 68024a8791ebbc063e275769a34be1f71771f948 Mon Sep 17 00:00:00 2001 From: marvinWolff <36923121+marvinWolff@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:50:34 +0200 Subject: [PATCH] Update .github/workflows/check-licenses.yaml Co-authored-by: Chris Werner Rau --- .github/workflows/check-licenses.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-licenses.yaml b/.github/workflows/check-licenses.yaml index f8112618b4..50d40cbd8a 100644 --- a/.github/workflows/check-licenses.yaml +++ b/.github/workflows/check-licenses.yaml @@ -22,4 +22,4 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - run: pip install yq - - run: ./.github/scripts/scan-for-licenses.sh "${{ fromJson(needs.getChangedChart.outputs.chart) }}" + - run: ./.github/scripts/scan-for-licenses.sh ${{ needs.getChangedChart.outputs.chart }}