Fix inputs

pull/549/head
Killers0992 2 years ago
parent 2361f1c5e0
commit 96503c4cb0

@ -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 }}
Loading…
Cancel
Save