Skip to content

Commit

Permalink
Add account SID parameter (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinehome authored Aug 26, 2024
1 parent 792d070 commit 16f085e
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 @@ -78,6 +78,8 @@ runs:
- name: TeGuio Colombia Staging release custom action
if: inputs.helpline-name == format('CO_STG')
uses: ./.github/actions/custom-actions/teguio_staging_custom
with:
account-sid: ${{ inputs.account-sid }}
- name: TeGuio Colombia Production release custom action
if: inputs.helpline-name == format('CO_PROD')
uses: ./.github/actions/custom-actions/teguio_production_custom
Expand Down

0 comments on commit 16f085e

Please sign in to comment.