Skip to content

Commit

Permalink
Merge pull request #96 from KenMwaura1/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
KenMwaura1 authored Sep 8, 2023
2 parents 843db8c + 8ec9b9e commit 80a663c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sms_notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- uses: actions/checkout@v3

- name: SMS Notification
# if: ${{ github.event.workflow_run.conclusion == 'failure' || github.event.workflow_run.conclusion == 'cancelled' }}
if: ${{ github.event.workflow_run.conclusion == 'failure' || github.event.workflow_run.conclusion == 'cancelled' }}
uses: alphaolomi/actions-africastalking@main
with:
fromPhoneNumber: 'INFO' # or ${{ secrets.fromPhoneNumber }}
toPhoneNumber: ${{ secrets.toPhoneNumber }}
message: ${{ github.event_name }} on ${{ github.repository }} by ${{ github.actor }} failed or cancelled. Check it out at ${{ github.event.head_commit.url }}
message: ${{ github.event_name }} on ${{ github.repository }} by ${{ github.actor }} failed or cancelled. Check it out at ${{ github.event.workflow_run.event }}
env:
AT_API_KEY: ${{ secrets.AT_API_KEY }}
AT_USERNAME: ${{ secrets.AT_USERNAME }}
Expand Down

0 comments on commit 80a663c

Please sign in to comment.