Skip to content

Commit 8eb0830

Browse files
author
vishalvivekm
committed
update filepath for k8a manifests
Signed-off-by: vishalvivekm <110674407+vishalvivekm@users.noreply.github.com>
1 parent 0851c33 commit 8eb0830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kanvas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
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
4545
application_type: Kubernetes Manifest # your application type, could be any of three: "Kubernetes Manifest", "Docker Compose", "Helm Chart"
46-
filePath: ${{ inputs.fileName == '' && 'https://meshery.github.io/meshery.io/charts/meshery-v0.8.50.tgz' || 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
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)