Allow inputs to accept stringified JSON

This commit is contained in:
BToersche 2021-05-13 22:27:39 +02:00
commit 5442a4e8a3
No known key found for this signature in database
GPG key ID: CC102EACD57CB45A
4 changed files with 102 additions and 49 deletions

View file

@ -3,8 +3,7 @@ description: 'Upload a build artifact that can be used by subsequent workflow st
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
default: 'artifact'
description: 'Artifact name, default is "artifact"'
path:
description: 'A file, directory or wildcard pattern that describes what to upload'
required: true