Skip to content

Commit 40b3052

Browse files
committed
update readme
1 parent 49552fc commit 40b3052

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
9393
# For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads.
9494
# Optional. Default is '6'
9595
compression-level:
96+
97+
# If true, an artifact with a matching name will be deleted before a new one is uploaded.
98+
# If false, the action will fail if an artifact for the given name already exists.
99+
# Does not fail if the artifact does not exist.
100+
# Optional. Default is 'false'
101+
overwrite:
96102
```
97103
98104
### Outputs

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ inputs:
3636
default: '6'
3737
overwrite:
3838
description: >
39-
If true, an artifact matching name will be deleted before a new one is uploaded.
39+
If true, an artifact with a matching name will be deleted before a new one is uploaded.
4040
If false, the action will fail if an artifact for the given name already exists.
4141
Does not fail if the artifact does not exist.
4242
default: 'false'

0 commit comments

Comments
 (0)