Skip to content

Commit c3ba69f

Browse files
Apply suggestions from code review
Co-authored-by: Dennis Kobert <dennis@kobert.dev>
1 parent 5a36b5e commit c3ba69f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/artifact-upload.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Arguments:
1515
github-token : GitHub token (PAT or equivalent) with write access to the target repo
1616
1717
This will perform a GitHub API PUT to /repos/{owner}/{repo}/contents/{target-path}.
18-
If a file already exists at that path, it will auto-detect the SHA and update; otherwise it will create.
18+
If a file already exists at that path, it will auto-detect the SHA and update; otherwise it will create a new one.
1919
EOF
2020
exit 1
2121
}

0 commit comments

Comments
 (0)