Skip to content

Commit

Permalink
Fix AS DEV custom action
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Oct 18, 2024
1 parent 14d0ee5 commit a2856e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit a2856e9

Please sign in to comment.