Skip to content

Commit dba44bb

Browse files
committed
Replace Platform.sh CLI with Upsun CLI variables
1 parent be112c7 commit dba44bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ runs:
5656
5757
sleep 5s
5858
59-
export PLATFORMSH_CLI_NO_INTERACTION=1;
60-
export PLATFORM_PROJECT=${{ inputs.PLATFORMSH_ID }};
61-
export PLATFORM_BRANCH=${{ inputs.ENVIRONMENT_NAME }};
62-
export PLATFORMSH_CLI_TOKEN=${{ inputs.PLATFORMSH_KEY }};
59+
export UPSUN_CLI_NO_INTERACTION=1;
60+
export UPSUN_PROJECT=${{ inputs.PLATFORMSH_ID }};
61+
export UPSUN_BRANCH=${{ inputs.ENVIRONMENT_NAME }};
62+
export UPSUN_CLI_TOKEN=${{ inputs.PLATFORMSH_KEY }};
6363
6464
curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | VENDOR=upsun bash
6565

0 commit comments

Comments
 (0)