We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab451a commit cf18a91Copy full SHA for cf18a91
action.yml
@@ -61,7 +61,8 @@ runs:
61
export PLATFORM_BRANCH=${{ inputs.ENVIRONMENT_NAME }};
62
export PLATFORMSH_CLI_TOKEN=${{ inputs.PLATFORMSH_KEY }};
63
64
- curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | bash
+ curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | VENDOR=upsun bash
65
+
66
export PATH="/home/runner/.local/bin:{$PATH}"
67
68
if [[ "${{ inputs.ALLOW_CANCEL_CRON }}" == 1 ]]; then \
0 commit comments