Skip to content

Commit 3300ec1

Browse files
committed
Rename environment variables for consistency
1 parent dba44bb commit 3300ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

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

0 commit comments

Comments
 (0)