From 96503c4cb0df4c41b389927bf6b67bf268add30a Mon Sep 17 00:00:00 2001 From: Killers0992 <38152961+Killers0992@users.noreply.github.com> Date: Sat, 11 May 2024 18:28:47 +0200 Subject: [PATCH] Fix inputs --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 465abde2..40e2f738 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ branding: icon: file color: blue inputs: - filestodownload: + filesToDownload: description: "Files which will be downloaded." required: true branch: @@ -15,6 +15,6 @@ runs: image: "Dockerfile" args: - "--filesToDownload" - - ${{ inputs.filestodownload }} + - ${{ inputs.filesToDownload }} - "--branch" - ${{ inputs.branch }} \ No newline at end of file