mirror of
https://code.forgejo.org/actions/download-artifact
synced 2025-07-06 10:15: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:
|
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…
Add table
Add a link
Reference in a new issue