Skip to content

Commit 7ac8bc2

Browse files
committed
Updated readme for hosted windows runners, fixed python path
1 parent 51648a6 commit 7ac8bc2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This project is a GitHub Action that uses Solid State Networks tools and services to deploy assets from a build to a CDN for downloading.
44

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

79
* **solsta_client_id:** Client ID to authenticate usage of Solid State Networks console tools

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
shell: bash
5656
working-directory: solsta_work
5757
run: |
58-
venv/bin/python manifest_promote.py --debug --console_credentials=client_credentials.json --console_directory=solsta_console/${{ inputs.console_version }}/console/ --product_name="${{ inputs.target_product }}" --env_name="${{ inputs.target_environment }}" --repository_name="${{ inputs.target_repository }}" --process_default=API --source_product_name="${{ inputs.source_product }}" --source_env_name="${{ inputs.source_environment }}" --source_repository_name="${{ inputs.source_repository }}"
58+
python manifest_promote.py --debug --console_credentials=client_credentials.json --console_directory=solsta_console/${{ inputs.console_version }}/console/ --product_name="${{ inputs.target_product }}" --env_name="${{ inputs.target_environment }}" --repository_name="${{ inputs.target_repository }}" --process_default=API --source_product_name="${{ inputs.source_product }}" --source_env_name="${{ inputs.source_environment }}" --source_repository_name="${{ inputs.source_repository }}"
5959
branding:
6060
icon: "download-cloud"
6161
color: "yellow"

0 commit comments

Comments
 (0)