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
|`archive`| Archive type. Currently, `tar.gz`, `darwin` and `zip` is supported. |`tar.gz`|
53
-
|`installPath`| Path to install the extracted asset | UUID |
54
-
|`repository`| The GitHub repository where it is released |`true`|
55
-
|`number`| The number of the issue to post. |`github.event.issue.number`|
56
-
|`platform`| Assets target platform. `linux`, `darwin` is supported. |`linux`|
57
-
|`tag`| GitHub tag of the release |`latest`|
58
-
|`token`|`GITHUB_TOKEN` or a `repo` scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token). |`GITHUB_TOKEN`|
|`arch`| The asset arch target. This value is case-insensitive. |`runner.arch`|
52
+
|`archive`| Archive type. Currently, `tar.gz`, `darwin` and `zip` is supported. |`tar.gz`|
53
+
|`installPath`| Path to install the extracted asset | UUID |
54
+
|`repository`| The GitHub repository where it is released |`true`|
55
+
|`platform`| Assets target platform. `linux`, `darwin` is supported. This value is case-insensitive. |`runner.os`|
56
+
|`tag`| GitHub tag of the release |`latest`|
57
+
|`token`|`GITHUB_TOKEN` or a `repo` scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token). |`GITHUB_TOKEN`|
59
58
60
59
_Note: You cannot use this action if the asset name is not included in the asset name because the search is based on the three inputs(`arch`, `archive` and `platform`) in the asset.name field._
61
60
@@ -81,12 +80,3 @@ The user associated with the PAT must have write access to the repository.
0 commit comments