From 93e41e7203c7d80ef3792d913db6a1ac95069f84 Mon Sep 17 00:00:00 2001 From: Andreas Rocznik Date: Fri, 8 Dec 2023 15:00:06 +0100 Subject: [PATCH] "" --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7f5759f..fdb3388 100644 --- a/action.yml +++ b/action.yml @@ -23,4 +23,4 @@ runs: - id: check shell: bash run: | - ${{ github.action_path }}/check.sh ${{ inputs.image }} ${{ inputs.tags }} + ${{ github.action_path }}/check.sh "${{ inputs.image }}" "${{ inputs.tags }}"