Skip to content

Commit

Permalink
Merge pull request #11 from nakamuraos/feature/upgrade-cardv2
Browse files Browse the repository at this point in the history
Feature/upgrade cardv2
  • Loading branch information
nakamuraos authored Mar 16, 2024
2 parents 3309d2b + d077990 commit a6575a7
Show file tree
Hide file tree
Showing 7 changed files with 36,627 additions and 8,665 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.1
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 a6575a7

Please sign in to comment.