mirror of
https://github.com/actions/setup-node
synced 2025-04-09 10:25:52 +00:00
Add files via upload
This commit is contained in:
parent
aa2e4a5af2
commit
1c3cca9db5
3 changed files with 31093 additions and 0 deletions
11075
action.yml - setup-node [GitHub] - Visual Studio Code - GitHub
Normal file
11075
action.yml - setup-node [GitHub] - Visual Studio Code - GitHub
Normal file
File diff suppressed because one or more lines are too long
16
action.yml.txt
Normal file
16
action.yml.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: 'Download a Build Artifact'
|
||||
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
name:
|
||||
description: 'Artifact name'
|
||||
required: false
|
||||
path:
|
||||
description: 'Destination path'
|
||||
required: false
|
||||
outputs:
|
||||
download-path:
|
||||
description: 'Path of artifact download'
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue