1
0
Fork 0
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:
Austin Sasko 2022-03-14 15:24:17 -04:00 committed by GitHub
parent a808fb584a
commit 1bf5e084f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'