Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,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:
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The compound sentence is grammatically correct but quite long. Consider adding a comma before 'but' to improve readability: '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:'

Suggested change
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:
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:

Copilot uses AI. Check for mistakes.

```yaml
jobs:
Expand Down