We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a36b5e commit c3ba69fCopy full SHA for c3ba69f
1 file changed
.github/workflows/scripts/artifact-upload.bash
@@ -15,7 +15,7 @@ Arguments:
15
github-token : GitHub token (PAT or equivalent) with write access to the target repo
16
17
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.
+If a file already exists at that path, it will auto-detect the SHA and update; otherwise it will create a new one.
19
EOF
20
exit 1
21
}
0 commit comments