Skip to content

Commit

Permalink
release v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shink committed May 26, 2022
1 parent 962f223 commit 0691394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Push notification
uses: shink/bark-action@v1
uses: shink/bark-action@v2
with:
key: ${{ secrets.KEY }} # Your secret key, it is required
host: ${{ secrets.HOST }} # Your Bark host, the default is 'https://api.day.app'
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Push notification
uses: shink/bark-action@v1
uses: shink/bark-action@v2
with:
key: ${{ secrets.KEY }} # Your secret key, it is required
host: ${{ secrets.HOST }} # Your Bark host, the default is 'https://api.day.app'
Expand Down

0 comments on commit 0691394

Please sign in to comment.