From a2856e968fd2d3f658710533c16903eb64ffab84 Mon Sep 17 00:00:00 2001 From: Stephen Hand Date: Fri, 18 Oct 2024 10:30:22 +0100 Subject: [PATCH] Fix AS DEV custom action --- .../actions/custom-actions/aselo_development_custom/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/custom-actions/aselo_development_custom/action.yml b/.github/actions/custom-actions/aselo_development_custom/action.yml index 9fe9c3c4..5b1baa2d 100644 --- a/.github/actions/custom-actions/aselo_development_custom/action.yml +++ b/.github/actions/custom-actions/aselo_development_custom/action.yml @@ -144,7 +144,7 @@ runs: - name: Set test API URL uses: "marvinpinto/action-inject-ssm-secrets@latest" with: - ssm_parameter: "/staging/modica/${{inputs.account-sid}}/test_send_message_url" + ssm_parameter: "/development/modica/${{inputs.account-sid}}/test_send_message_url" env_variable_name: "MODICA_TEST_SEND_MESSAGE_URL"