fix for input

pull/102/head
Dotan Simha 2020-07-27 12:32:58 +03:00
parent 2381caac58
commit fa272b315b
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ inputs:
path:
description: 'A file, directory or wildcard pattern that describes what to upload'
required: true
skipArchive:
description: 'Skip archiving of multiple files, prefers to create multiple artifacts'
required: false
runs:
using: 'node12'
main: 'dist/index.js'