Skip to content

Commit

Permalink
github-default-branch: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Feb 1, 2021
1 parent e02ae56 commit 364daf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send SMS
uses: nexmo-community/nexmo-sms-action@master
uses: nexmo-community/nexmo-sms-action@main
env:
NEXMO_API_KEY: ${{ secrets.NEXMO_API_KEY }}
NEXMO_API_SECRET: ${{ secrets.NEXMO_API_SECRET }}
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send SMS
uses: nexmo-community/nexmo-sms-action@master
uses: nexmo-community/nexmo-sms-action@main
env:
NEXMO_API_KEY: ${{ secrets.NEXMO_API_KEY }}
NEXMO_API_SECRET: ${{ secrets.NEXMO_API_SECRET }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send SMS
uses: nexmo-community/nexmo-sms-action@master
uses: nexmo-community/nexmo-sms-action@main
env:
NEXMO_API_KEY: ${{ secrets.NEXMO_API_KEY }}
NEXMO_API_SECRET: ${{ secrets.NEXMO_API_SECRET }}
Expand Down

0 comments on commit 364daf6

Please sign in to comment.