Skip to content

Commit

Permalink
update kanvas filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
Aijeyomah committed Jan 16, 2025
1 parent f908be4 commit b19a9f9
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 @@ -60,5 +60,5 @@ jobs:
application_type: ${{ inputs.application_type }} # your application type, could be any of three: "Kubernetes Manifest", "Docker Compose", "Helm Chart"
assetLocation: ${{ inputs.assetLocation }}
designID: ${{ inputs.designID }}
filePath: ${{ inputs.application_type == 'Kubernetes Manifest' && 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
filePath: ${{ inputs.application_type == 'Kubernetes Manifest' && '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 b19a9f9

Please sign in to comment.