From b008e6a22110ce74f7b74f3cfdfd660f33cef302 Mon Sep 17 00:00:00 2001 From: Shanith K K Date: Mon, 18 Sep 2023 13:05:32 +0530 Subject: [PATCH] fix: fix deploy scripts in actions fixed deploy script issue in user-login, user-registration, workflow-management, workflow-registartion actions --- actions/user-login/deploy.sh | 2 +- actions/user-registration/deploy.sh | 2 +- actions/workflow-management/deploy.sh | 2 +- actions/workflow-registration/deploy.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/actions/user-login/deploy.sh b/actions/user-login/deploy.sh index 917305c7..d425701f 100755 --- a/actions/user-login/deploy.sh +++ b/actions/user-login/deploy.sh @@ -6,7 +6,7 @@ openwhiskApiHost=${openwhiskApiHost:-https://localhost:31001} openwhiskApiKey=${openwhiskApiKey:-23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP} openwhiskNamespace=${openwhiskNamespace:-guest} -actionHome=${actionHome:-actions/user_login} +actionHome=${actionHome:-actions/user-login} ACTION="user-login" ACTION_TYPE="rust" diff --git a/actions/user-registration/deploy.sh b/actions/user-registration/deploy.sh index 7894492c..819f4942 100755 --- a/actions/user-registration/deploy.sh +++ b/actions/user-registration/deploy.sh @@ -6,7 +6,7 @@ openwhiskApiHost=${openwhiskApiHost:-https://localhost:31001} openwhiskApiKey=${openwhiskApiKey:-23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP} openwhiskNamespace=${openwhiskNamespace:-guest} -actionHome=${actionHome:-actions/user_registration} +actionHome=${actionHome:-actions/user-registration} ACTION="user-registration" ACTION_TYPE="rust" diff --git a/actions/workflow-management/deploy.sh b/actions/workflow-management/deploy.sh index ec69ea3a..d7a8e3b0 100755 --- a/actions/workflow-management/deploy.sh +++ b/actions/workflow-management/deploy.sh @@ -6,7 +6,7 @@ openwhiskApiHost=${openwhiskApiHost:-https://localhost:31001} openwhiskApiKey=${openwhiskApiKey:-23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP} openwhiskNamespace=${openwhiskNamespace:-guest} -actionHome=${actionHome:-actions/workflow_management} +actionHome=${actionHome:-actions/workflow-management} ACTION="workflow-management" ACTION_TYPE="rust" diff --git a/actions/workflow-registration/deploy.sh b/actions/workflow-registration/deploy.sh index f6b0f566..88befe17 100755 --- a/actions/workflow-registration/deploy.sh +++ b/actions/workflow-registration/deploy.sh @@ -6,7 +6,7 @@ openwhiskApiHost=${openwhiskApiHost:-https://localhost:31001} openwhiskApiKey=${openwhiskApiKey:-23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP} openwhiskNamespace=${openwhiskNamespace:-guest} -actionHome=${actionHome:-actions/workflow_registration} +actionHome=${actionHome:-actions/workflow-registration} ACTION="workflow-registration" ACTION_TYPE="rust"