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