We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba44bb commit 3300ec1Copy full SHA for 3300ec1
action.yml
@@ -57,9 +57,9 @@ runs:
57
sleep 5s
58
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 }};
+ export PLATFORM_PROJECT=${{ inputs.PLATFORMSH_ID }};
+ export PLATFORM_BRANCH=${{ inputs.ENVIRONMENT_NAME }};
63
64
curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | VENDOR=upsun bash
65
0 commit comments