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"