Skip to content

Commit

Permalink
chore:pass input of account sid for routing custom action (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
mythilytm authored Aug 8, 2024
1 parent ea8eb4b commit de52b68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/custom-actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ runs:
- name: Aselo Production release custom action
if: inputs.helpline-name == format('AS_PROD')
uses: ./.github/actions/custom-actions/aselo_production_custom
with:
account-sid: ${{ inputs.account-sid }}
- name: Aselo Staging release custom action
if: inputs.helpline-name == format('AS_STG')
uses: ./.github/actions/custom-actions/aselo_staging_custom
Expand Down

0 comments on commit de52b68

Please sign in to comment.