Skip to content

Commit

Permalink
Add application url in the kanvas workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Eti Ijeoma <[email protected]>
  • Loading branch information
Aijeyomah committed Jan 16, 2025
1 parent 299dfa6 commit 8e157a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kanvas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
application_type: ${{ inputs.application_type || 'Helm Chart' }} # your application type, could be any of three: "Kubernetes Manifest", "Docker Compose", "Helm Chart"
assetLocation: ${{ inputs.assetLocation }}
designID: ${{ inputs.designID }}
application_url: ${{ env.PULL_NO != '0' && 'https://meshery.github.io/meshery.io/charts/meshery-v0.7.109.tgz' }} # relative file-path from the root directory in the github-runner env, you might require to checkout the repository as described in step 2
application_url: 'https://meshery.github.io/meshery.io/charts/meshery-v0.7.109.tgz' # relative file-path from the root directory in the github-runner env, you might require to checkout the repository as described in step 2


0 comments on commit 8e157a9

Please sign in to comment.