hypersonic-laboratories/Update Helix World
Updates a given Helix World
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 16, 2024
- License
- None
Pinned Snippet
uses: hypersonic-laboratories/update-world@c64df39adebb1de7729276d8e4f0a4a99605b68a # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access_token | Access token for authentication. Can be generated at Account -> Settings | yes | — |
| world_name | You need to provide the world name | yes | — |
| master_endpoint | Defaults to https://api.helixgame.com/v1 | no | https://api.helixgame.com/v1 |
| checkout | Whether to checkout the repository. You only need this if you haven't checked out before this step or if you want a clean copy of your repo. Defaults to true. | no | true |
| ref | Optional git ref to checkout to. Only used if 'checkout' is true. | no | — |
| config_toml_path | [EXPERIMENTAL] Path to config.toml to parse dependencies from | no | "" |
| gamemap | Game map | no | — |
| gamemode | Game mode | no | — |
| title | Title of the game | no | — |
| description | Description of the game | no | — |
| max_players | Maximum number of players | no | — |
| type_id | Type ID | no | — |
| metadata | Metadata for the game | no | — |
| public_settings | Public settings | no | — |
| tags | Comma-separated list of tags | no | — |
| instanceable | Whether the game is instanceable | no | — |
| matchmaking | Enable matchmaking | no | — |
| min_players | Minimum number of players | no | — |
| password | Game password | no | — |
| allow_universal_items | Allow universal items | no | — |
| max_visitor | Maximum visitors | no | — |
| fqdn | Fully qualified domain name | no | — |
| nft_allowlist | NFT allowlist | no | — |
| use_nft_allowlist | Use NFT allowlist | no | — |
| allowlist | Enable allowlist | no | — |
| loading_screen | Loading screen | no | — |
| is_public | Is the world public | no | — |
| links | Links for what? I don't know I think it is like social media links | no | — |
| packages | Package dependencies | no | — |
| full_description | Full description of the game | no | — |
| can_join_during_match | Can players join during match | no | — |
| assets | list of assets | no | — |
Outputs
no outputs