From 6889f4c41fa388c23e4c4fab2fcae9329c76245a Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:03:29 +0100 Subject: [PATCH] fix(ci_schedule): quote image ref (#31) --- .../ci_schedule/.github/workflows/schedule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scaffolder-skeletons/ci_schedule/.github/workflows/schedule.yaml b/scaffolder-skeletons/ci_schedule/.github/workflows/schedule.yaml index 0e764cc..47d274b 100644 --- a/scaffolder-skeletons/ci_schedule/.github/workflows/schedule.yaml +++ b/scaffolder-skeletons/ci_schedule/.github/workflows/schedule.yaml @@ -10,5 +10,5 @@ jobs: schedule-trivy: uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@${{ values.actions_version }} with: - image-ref: ${{ values.trivy_image_ref }} + image-ref: '${{ values.trivy_image_ref }}' {%- endif %}