Skip to content

Commit ea6c6e5

Browse files
committed
Update the action.yml
Signed-off-by: sayantan1413 <[email protected]>
1 parent e87e787 commit ea6c6e5

File tree

2 files changed

+3
-73
lines changed

2 files changed

+3
-73
lines changed

.github/pat.yml

Lines changed: 0 additions & 73 deletions
This file was deleted.

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ inputs:
1111
platform:
1212
description: "Platform to deploy meshery on. Possible values: docker, kubernetes"
1313
default: docker
14+
url:
15+
description: "A raw Github URL for the patterns to be deployed"
16+
default: "https://raw.githubusercontent.com/service-mesh-patterns/service-mesh-patterns/master/samples/IstioFilterPattern.yaml"
1417
runs:
1518
using: "node12"
1619
main: "main.js"

0 commit comments

Comments
 (0)