mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-22 00:20:17 +00:00
Update action.yml
This commit is contained in:
parent
a808fb584a
commit
1bf5e084f4
@ -8,6 +8,10 @@ inputs:
|
|||||||
path:
|
path:
|
||||||
description: 'Destination path'
|
description: 'Destination path'
|
||||||
required: false
|
required: false
|
||||||
|
dontextract:
|
||||||
|
description: 'Should the artifact be extracted after downloaded. Default behavior is True'
|
||||||
|
required: false
|
||||||
|
default: True
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user