Skip to content

Commit

Permalink
fix: fix deploy scripts in actions (#78)
Browse files Browse the repository at this point in the history
fixed deploy script issue in user-login, user-registration, workflow-management, workflow-registartion actions
  • Loading branch information
shanithkk authored Sep 18, 2023
1 parent 8e594e1 commit e1ebe7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion actions/user-login/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion actions/user-registration/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion actions/workflow-management/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion actions/workflow-registration/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e1ebe7a

Please sign in to comment.