Skip to content

Commit 2a521b8

Browse files
authored
Update main.go
1 parent 314e744 commit 2a521b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/web/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func appLauncher(appname string) {
8787
//Deploy app via act
8888
prg := "/home/ubuntu/bin/act"
8989
arg4 := "-W"
90-
arg45 := ".github/workflows/test-action.yml"
90+
arg45 := ".github/workflows/development-action-not-for-long-term-use-only-use-if-you-know-what-you-are-doing.yml"
9191
arg5 := "--input"
9292
arg55 := fmt.Sprintf(`METADATA={"metadataVersion":"unity-cs-0.1","deploymentName":"deployment","ghtoken":"%s", "services":[{"name":"unity-sps-prototype","source":"unity-sds/unity-sps-prototype","version":"xxx","branch":"main"}],"extensions":{"kubernetes":{"clustername":"%s","owner":"tom","projectname":"testproject","nodegroups":{"group1":{"instancetype":"m5.xlarge","nodecount":"1"}}}}}`, token, clustername)
9393
arg6 := "--env"

0 commit comments

Comments
 (0)