Skip to content

Commit

Permalink
Merge pull request #142 from layer5labs/aabidsofi19-patch-2
Browse files Browse the repository at this point in the history
remove redundant logs
  • Loading branch information
aabidsofi19 authored Jan 4, 2025
2 parents c1d8032 + 1428fc5 commit ac3e994
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ac3e994

Please sign in to comment.