mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-22 00:20:17 +00:00
Inverting the naming so that the behavior is clear
This commit is contained in:
parent
1bf5e084f4
commit
1f33bfbcba
@ -8,7 +8,7 @@ inputs:
|
|||||||
path:
|
path:
|
||||||
description: 'Destination path'
|
description: 'Destination path'
|
||||||
required: false
|
required: false
|
||||||
dontextract:
|
extract:
|
||||||
description: 'Should the artifact be extracted after downloaded. Default behavior is True'
|
description: 'Should the artifact be extracted after downloaded. Default behavior is True'
|
||||||
required: false
|
required: false
|
||||||
default: True
|
default: True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user