mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-24 23:48:29 +02:00
Inverting the naming so that the behavior is clear
This commit is contained in:
parent
1bf5e084f4
commit
1f33bfbcba
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ inputs:
|
|||
path:
|
||||
description: 'Destination path'
|
||||
required: false
|
||||
dontextract:
|
||||
extract:
|
||||
description: 'Should the artifact be extracted after downloaded. Default behavior is True'
|
||||
required: false
|
||||
default: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue