From 1428fc586ddc61fdec0d870d04cd5ee1bd91069d Mon Sep 17 00:00:00 2001 From: aabidsofi19 <65964225+aabidsofi19@users.noreply.github.com> Date: Sat, 4 Jan 2025 17:40:05 +0530 Subject: [PATCH] Update action.yml --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index ede2611..dce3aaa 100644 --- a/action.yml +++ b/action.yml @@ -80,8 +80,6 @@ runs: echo "APPLICATION_ID=$AppId" >> $GITHUB_ENV if: ${{ inputs.filePath && !inputs.designID }} shell: bash - - run: cat upload_design_response.log - shell: bash - run: | echo "Uploading using application url" AppId=$(MESHERY_SERVER_BASE_URL="https://playground.meshery.io" UPLOAD_TYPE="${{inputs.application_type}}" MESHERY_TOKEN=${{ inputs.mesheryToken }} UPLOAD_URL=${{ inputs.application_url }} ./action/uploadApplicationUrl.sh)