Skip to content

Commit

Permalink
Merge pull request #140 from layer5labs/aabidsofi19-patch-2
Browse files Browse the repository at this point in the history
Update action.yml
  • Loading branch information
aabidsofi19 authored Jan 4, 2025
2 parents f135fa4 + f9b4ccd commit 1e2a333
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -154,4 +157,4 @@ runs:
id: meshmap-snapshot
message: '[<img src="${{env.RESOURCE_URL}}">](${{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
append: false

0 comments on commit 1e2a333

Please sign in to comment.