Skip to content

Commit d73adc3

Browse files
author
Vivek Vishal
authored
Merge branch 'master' into fix-404s-v
2 parents da031ac + 75e0fca commit d73adc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kanvas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
githubToken: ${{ secrets.GITHUB_TOKEN }} # github's personal access token example: "ghp_...."
4343
mesheryToken: ${{ secrets.MESHERY_TOKEN }} # Meshery Cloud Authentication token, signin to meshery-cloud to get one, example: ey.....
4444
prNumber: ${{ env.PULL_NO }} # auto-filled from the above step
45-
application_type: Helm Chart # your application type, could be any of three: "Kubernetes Manifest", "Docker Compose", "Helm Chart"
46-
application_url: 'https://meshery.github.io/meshery.io/charts/meshery-v0.8.50.tgz'
45+
application_type: Kubernetes Manifest # your application type, could be any of three: "Kubernetes Manifest", "Docker Compose", "Helm Chart"
46+
filePath: ${{ inputs.fileName == '' && 'install/deployment_yamls/k8s' || inputs.fileName }} # 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 commit comments

Comments
 (0)