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