You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `artifact-id` | GitHub ID of an Artifact, can be used by the REST API |
58
+
| `artifact-id` | GitHub ID of an Artifact, can be used by the REST API. |
57
59
| `artifact-url` | URL to download an Artifact. Can be used in many scenarios such as linking to artifacts in issues or pull requests. Users must be logged-in in order for this URL to work. This URL is valid as long as the artifact has not expired or the artifact, run or repository have not been deleted. |
58
60
59
61
@@ -78,6 +80,9 @@ This action uses `tar` as provided by the GitHub runner's operating system image
78
80
To ensure files starting with a dash aren't considered command line options to `tar`, `tar` is called with
79
81
`--verbatim-files-from`option.
80
82
83
+
To ensure files are extracted and assigned to the owner/group of the extracting user, options `--owner=0` and
0 commit comments