Skip to content

Commit 1acde5f

Browse files
committed
Fix branding from Solid State Networks to Solsta
1 parent f6feb83 commit 1acde5f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

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

3-
This project is a GitHub Action that uses Solid State Networks tools and services.
3+
This project is a GitHub Action that uses Solsta tools and services.
44

55
The action is compatible with Windows, Linux, and OSX github runners, as well as Windows and OSX hosted 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

@@ -27,4 +27,4 @@ Here is an example YAML Fragment in the steps section of a build:
2727
```
2828
2929
## License
30-
(C) 2025 Solid State Networks, LLC. All Rights Reserved.
30+
(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: Deploy Setup Action
22
description: Download direct tools
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)