From c11f4611faa86454a8fce8b66fc30c1e3c4b63a2 Mon Sep 17 00:00:00 2001 From: Benjamin Rasmussen Date: Fri, 14 Jul 2023 10:17:10 +0200 Subject: [PATCH] Update action.yml --- action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/action.yml b/action.yml index 95a11df..e6f2d4f 100644 --- a/action.yml +++ b/action.yml @@ -34,10 +34,9 @@ inputs: type: integer outputs: - status: - description: 'Status information (Exists if fail)' url: description: "The ready-to-connect URL" + value: ${{ steps.platformsh_url.outputs.url }} runs: using: "composite" @@ -79,7 +78,4 @@ runs: exit 2; \ fi - echo "url=$URL" >> $DEPLOY_STATUS_URL - echo "url=$URL" >> $GITHUB_OUTPUT - echo "PlatformSH successfully deployed your PR."