Skip to content

Commit

Permalink
Merge pull request #94 from MUzairS15/MUzairS15/chore/2
Browse files Browse the repository at this point in the history
fix catalog url hyperlink
  • Loading branch information
MUzairS15 authored Mar 12, 2024
2 parents ffed4fe + 74b4be6 commit fc1a61c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 'MeshMap-Snapshot'
description: 'Walks in application and takes a shot of your infrastructure using Meshery Extension MeshMap'
name: "MeshMap-Snapshot"
description: "Walks in application and takes a shot of your infrastructure using Meshery Extension MeshMap"
author: Layer5
inputs:
designID:
designID:
description: "The design uuid, example: 3c116d0a-49ea-4294-addc-d9ab34210662"
required: false
applicationId: #deprecated
applicationId: #deprecated
description: "The application uuid, example: 3c116d0a-49ea-4294-addc-d9ab34210662"
required: false
githubToken:
Expand All @@ -18,7 +18,7 @@ inputs:
description: "The Pull request on which comment has to be made"
required: false
default: "0"
filePath:
filePath:
description: "The relative filepath of the location where the manifests are stored"
required: false
application_type:
Expand All @@ -35,10 +35,10 @@ inputs:
description: Remote location where the generated asset (screenshot) for the design will be stored.
outputs:
mardownResult: # id of output
description: 'The markdown result'
resource_url:
description: "The markdown result"
resource_url:
description: "The URL of the generated resource."
value: ${{ steps.outputurl.outputs.RESOURCE_URL }}
value: ${{ steps.outputurl.outputs.RESOURCE_URL }}
runs:
using: "composite"
steps:
Expand All @@ -64,7 +64,7 @@ runs:
cluster_name: "kind-cluster"
- run: echo ${{ steps.ping-playground.outputs.IS_PLAYGROUND_RUNNING }}
shell: bash
- run:
- run:
working-directory: action/cypress-action/
if: ${{ !steps.ping-playground.outputs.IS_PLAYGROUND_RUNNING }}
shell: bash
Expand Down Expand Up @@ -100,7 +100,7 @@ runs:
with:
working-directory: action/cypress-action
spec: cypress/e2e/e2e/**/*
browser: chrome
browser: chrome
# record: true
env:
GITHUB_TOKEN: ${{ inputs.githubToken }}
Expand Down Expand Up @@ -152,5 +152,5 @@ runs:
repository: ${{github.repository}}
number: ${{ inputs.prNumber }}
id: meshmap-snapshot
message: '[<img src="${{env.RESOURCE_URL}}">](https://meshery.layer5.io/catalog/${{ env.APPLICATION_ID }})'
message: '[<img src="${{env.RESOURCE_URL}}">](https://meshery.layer5.io/catalog/content/catalog/${{ env.APPLICATION_ID }})'
append: false

0 comments on commit fc1a61c

Please sign in to comment.