Skip to content

Commit

Permalink
🎉: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma committed May 7, 2022
1 parent 9fce52b commit b3248ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Wait for Cloudflare Pages build to finish and send Slack notification
## Usage
```yml
- name: Await CF Pages and send Slack notification
uses: arddluma/cf-pages-slack-notification@v2
uses: arddluma/cloudflare-pages-slack-notification@v2
with:
accountEmail: ${{ secrets.CF_ACCOUNT_EMAIL }}
apiKey: ${{ secrets.CF_API_KEY }}
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- name: Await CF Pages and send Slack notification
id: cf-pages
uses: arddluma/cf-pages-slack-notification@v2
uses: arddluma/cloudflare-pages-slack-notification@v2
with:
accountEmail: ${{ secrets.CF_ACCOUNT_EMAIL }}
apiKey: ${{ secrets.CF_API_KEY }}
Expand Down

0 comments on commit b3248ff

Please sign in to comment.