mirror of
https://code.forgejo.org/actions/download-artifact
synced 2025-07-05 17:55:59 +02:00
Update action.yml
This commit is contained in:
parent
a808fb584a
commit
1bf5e084f4
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ inputs:
|
|||
path:
|
||||
description: 'Destination path'
|
||||
required: false
|
||||
dontextract:
|
||||
description: 'Should the artifact be extracted after downloaded. Default behavior is True'
|
||||
required: false
|
||||
default: True
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue