From d0f2dce57fa0248a0f72ffddb45953df1412493e Mon Sep 17 00:00:00 2001 From: minoplhy Date: Sun, 1 Aug 2021 09:50:49 +0700 Subject: [PATCH] Attempt to fix syntax error --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 238f7e7..a5f5f2a 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ runs: steps: - run: ${{ github.action_path }}/filters.sh shell: bash - args: + args: - ${{ inputs.Destination_NAME }} - ${{ inputs.Destination_REPO }} - ${{ inputs.Destination_VERSION }}