mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-29 20:34:16 +00:00
Allow inputs to accept stringified JSON
This commit is contained in:
parent
0b90c2eee6
commit
5442a4e8a3
4 changed files with 102 additions and 49 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue