Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 0fbcc31

Browse files
committed
Fix branding from Solid State Networks to Solsta
1 parent 15d597f commit 0fbcc31

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Solsta Launch Files Action for GitHub
22

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

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

77
## Variables
88

9-
* **solsta_client_id:** Client ID to authenticate usage of Solid State Networks console tools
10-
* **solsta_client_secret:** Secret Key to authenticate usage of Solid State Networks console tools
9+
* **solsta_client_id:** Client ID to authenticate usage of Solsta console tools
10+
* **solsta_client_secret:** Secret Key to authenticate usage of Solsta console tools
1111
* **console_version:** Version of Solsta Console Tools to use
1212
* **scripts_version:** Version of Solsta Deploy Scripts to use
1313
* **target_product:** Target product for launch files (case-sensitive)
@@ -34,4 +34,4 @@ Here is an example YAML Fragment in the steps section of a build:
3434
```
3535
3636
## License
37-
(C) 2022 Solid State Networks, LLC. All Rights Reserved.
37+
(C) 2026 Solsta, Inc. All Rights Reserved.

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Solsta Launch Files Action
22
description: Configure Launch Files for an environment
33
inputs:
44
solsta_client_id:
5-
description: Client ID to authenticate usage of Solid State Networks console tools
5+
description: Client ID to authenticate usage of Solsta console tools
66
required: true
77
default: ""
88
solsta_client_secret:
9-
description: Secret Key to authenticate usage of Solid State Networks console tools
9+
description: Secret Key to authenticate usage of Solsta console tools
1010
required: true
1111
default: ""
1212
console_version:

0 commit comments

Comments
 (0)