Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
daolanfler committed Sep 19, 2021
1 parent 10c25af commit a831089
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
![](https://img.shields.io/github/stars/shink/bark-action.svg?label=stars&logo=github)
![](https://img.shields.io/github/forks/shink/bark-action.svg?label=forks&logo=github)

Fork from <https://github.com/shink/bark-action> add custom host support
Fork from <https://github.com/shink/bark-action>, add custom host support

An action for [Finb/Bark](https://github.com/Finb/Bark)

[Chinese document | 中文文档](README_zh.md)
Expand All @@ -23,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Push notifications
uses: shink/bark-action@v1
uses: daolanfler/bark-action@v1
with:
host: ${{ secrets.BARK_HOST}} # If you deploy your own bark or else use default
key: ${{ secrets.KEY }} # Your secret key
Expand Down
5 changes: 3 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
![](https://img.shields.io/github/stars/shink/bark-action.svg?label=stars&logo=github)
![](https://img.shields.io/github/forks/shink/bark-action.svg?label=forks&logo=github)

Fork from <https://github.com/shink/bark-action> add custom host support
Fork from <https://github.com/shink/bark-action>, 添加了自定义host设置

An action for [Finb/Bark](https://github.com/Finb/Bark)

## Usage
Expand All @@ -21,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Push notifications
uses: shink/bark-action@v1
uses: daolanfler/bark-action@v1
with:
host: ${{ secrets.BARK_HOST}} # If you deploy your own bark or else use default
key: ${{ secrets.KEY }} # Your secret key
Expand Down

0 comments on commit a831089

Please sign in to comment.