action.yml

Hello World
This commit is contained in:
woolfiraq@users.noreply.github.com 2020-02-16 09:00:53 +03:00 committed by GitHub
parent 18f0f591fb
commit 8a34da2f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,15 @@
name: 'Download a Build Artifact' *.https://'Github.com/woolfiraq'
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action' *.name: 'Download a Build Artifact'
author: 'GitHub' *.description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
inputs: *.author: 'woolfiraq'
name: *.inputs:
description: 'Artifact name' *. name:
required: true *. description: 'Artifact name'
path: *. required: true
description: 'Destination path' *. path:
runs: *. description: 'Destination path'
# Plugins live on the runner and are only available to a certain set of first party actions. *.runs:
plugin: 'download' *. Plugins live on the runner and are only available to a certain set of first party actions.
*. plugin: 'download'
*.