mirror of
https://gitea.com/actions/upload-artifact.git
synced 2024-11-09 18:25:58 +01:00
docs: improve grammar
This commit is contained in:
parent
ef09cdac3e
commit
0fa66e7d62
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ jobs:
|
|||
|
||||
### Overwriting an Artifact
|
||||
|
||||
Although it's not possible to mutate an Artifact, can completely overwrite one. But do note that this will give the Artifact a new ID, the previous one will no longer exist:
|
||||
Although it's not possible to mutate an Artifact, you can completely overwrite one but do note that this will give the Artifact a new ID, the previous one will no longer exist:
|
||||
|
||||
```yaml
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue