diff --git a/action.yml b/action.yml index 0e88850..1230a29 100644 --- a/action.yml +++ b/action.yml @@ -80,6 +80,9 @@ runs: echo "APPLICATION_ID=$AppId" >> $GITHUB_ENV if: ${{ inputs.filePath && !inputs.designID }} shell: bash + - run: | + echo "Response log" + cat upload_design_response.log - 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) @@ -154,4 +157,4 @@ runs: id: meshmap-snapshot message: '[](${{env.RESOURCE_URL}}) _[View in catalog](https://cloud.layer5.io/catalog/content/design/${{ env.APPLICATION_ID }}), [Edit in playground](https://playground.meshery.io/extension/meshmap?mode=design&design=${{ env.APPLICATION_ID }}) or learn how to [interpret Meshery Designs](https://cloud.layer5.io/academy/learning-paths/mastering-meshery/introduction-to-meshery?chapter=interpreting-meshery-designs)_' - append: false \ No newline at end of file + append: false