Skip to content

Commit

Permalink
remove env variable guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrij001 committed Sep 25, 2024
1 parent 9ff7950 commit 7aead76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ inputs:
description: 'The message you want to send'
required: true
TWILIO_ACCOUNT_SID:
description: 'A Twilio Account SID. Can alternatively be stored in environment'
description: 'A Twilio Account SID.'
required: true
TWILIO_AUTH_TOKEN:
description: 'A Twilio Auth Token. Can alternatively be stored in environment'
description: 'A Twilio Auth Token.'
required: true
outputs:
messageSid:
Expand Down

0 comments on commit 7aead76

Please sign in to comment.