Make path required

This commit is contained in:
Danny McCormick 2019-07-23 15:35:00 -04:00 committed by GitHub
parent 7ea2547d4d
commit 88fd27cb67
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,5 +7,6 @@ inputs:
required: true
path:
description: 'Directory containing files to upload'
required: true
runs:
plugin: 'publish'