Skip to content

Commit

Permalink
upgrade cardV2
Browse files Browse the repository at this point in the history
Signed-off-by: ThinhHV <[email protected]>
  • Loading branch information
nakamuraos committed Mar 16, 2024
1 parent d33904e commit d077990
Show file tree
Hide file tree
Showing 7 changed files with 36,625 additions and 8,663 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: yarn build
- run: yarn test
- name: Google Chat Notification
uses: nakamuraos/google-chat-notifications@v2.2.2
uses: nakamuraos/google-chat-notifications@v3.0.0
with:
title: Build
webhookUrl: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ Sends a Google Chat notification.

This repository is generated by [typescript-action](https://github.com/actions/typescript-action).

![Success](images/success.png "Success")
![Cancelled](images/cancelled.png "Cancelled")
![Failure](images/failure.png "Failure")
![Preview](images/preview.png "Preview")

## Usage
### Parameters
Expand All @@ -22,7 +20,7 @@ This repository is generated by [typescript-action](https://github.com/actions/t
### Examples
```yaml
- name: Google Chat Notification
uses: nakamuraos/google-chat-notifications@v2.0.1
uses: nakamuraos/google-chat-notifications@v3.0.0
with:
title: Build
webhookUrl: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
Expand Down
Loading

0 comments on commit d077990

Please sign in to comment.