Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Solsta Launch Files Action for GitHub

This project is a GitHub Action that uses Solid State Networks tools and services to assign launch files and arguments to a Solsta environment.
This project is a GitHub Action that uses Solsta tools and services to assign launch files and arguments to a Solsta environment.

The action is compatible with Windows, Linux, and OSX runners. Windows self-hosted runners require git-bash (https://git-scm.com/) in the %PATH%.

## Variables

* **solsta_client_id:** Client ID to authenticate usage of Solid State Networks console tools
* **solsta_client_secret:** Secret Key to authenticate usage of Solid State Networks console tools
* **solsta_client_id:** Client ID to authenticate usage of Solsta console tools
* **solsta_client_secret:** Secret Key to authenticate usage of Solsta console tools
* **console_version:** Version of Solsta Console Tools to use
* **scripts_version:** Version of Solsta Deploy Scripts to use
* **target_product:** Target product for launch files (case-sensitive)
Expand All @@ -34,4 +34,4 @@ Here is an example YAML Fragment in the steps section of a build:
```

## License
(C) 2022 Solid State Networks, LLC. All Rights Reserved.
(C) 2026 Solsta Inc. All Rights Reserved.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Solsta Launch Files Action
description: Configure Launch Files for an environment
inputs:
solsta_client_id:
description: Client ID to authenticate usage of Solid State Networks console tools
description: Client ID to authenticate usage of Solsta console tools
required: true
default: ""
solsta_client_secret:
description: Secret Key to authenticate usage of Solid State Networks console tools
description: Secret Key to authenticate usage of Solsta console tools
required: true
default: ""
console_version:
Expand Down