Skip to content

Commit

Permalink
🐞: Fix deprecated warnings | Update actions/core
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma committed Oct 18, 2022
1 parent 98fde29 commit 8723e8d
Show file tree
Hide file tree
Showing 5 changed files with 2,747 additions and 768 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/cloudflare-pages-slack-notification@v2.4
uses: arddluma/cloudflare-pages-slack-notification@v2.5
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/cloudflare-pages-slack-notification@v2.4
uses: arddluma/cloudflare-pages-slack-notification@v2.5
with:
accountEmail: ${{ secrets.CF_ACCOUNT_EMAIL }}
apiKey: ${{ secrets.CF_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ outputs:
success:
description: 'If the build passed or failed'
runs:
using: 'node12'
using: 'node16'
main: 'dist/action.js'
branding:
icon: 'cloud'
Expand Down
Loading

0 comments on commit 8723e8d

Please sign in to comment.