Skip to content

Commit cf18a91

Browse files
authored
Update Platform.sh CLI installation command
Change the installation command for the Platform.sh CLI to specify a vendor.
1 parent 1ab451a commit cf18a91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ runs:
6161
export PLATFORM_BRANCH=${{ inputs.ENVIRONMENT_NAME }};
6262
export PLATFORMSH_CLI_TOKEN=${{ inputs.PLATFORMSH_KEY }};
6363
64-
curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | bash
64+
curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | VENDOR=upsun bash
65+
6566
export PATH="/home/runner/.local/bin:{$PATH}"
6667
6768
if [[ "${{ inputs.ALLOW_CANCEL_CRON }}" == 1 ]]; then \

0 commit comments

Comments
 (0)