diff --git a/README.md b/README.md index 3caba73..3b334a8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ jobs: # ... - id: 'notify google chat' - uses: 'google-github-actions/sent-google-chat-webhook@v0.0.1' + uses: 'google-github-actions/send-google-chat-webhook@v0.0.1' with: webhook_url: '${{ secrets.WEBHOOK_URL }}' mention: "" @@ -38,7 +38,7 @@ You can customize the condition for when you want this action is called.. ```yaml - id: 'notify google chat' if: ${{ inputs.fail_intentionally }} - uses: 'google-github-actions/sent-google-chat-webhook@v0.0.1' + uses: 'google-github-actions/send-google-chat-webhook@v0.0.1' with: webhook_url: '${{ secrets.WEBHOOK_URL }}' mention: "" @@ -52,4 +52,4 @@ Helpful references: * [Method: spaces.messages.create](https://developers.google.com/chat/api/reference/rest/v1/spaces.messages/create) * [Cards v2](https://developers.google.com/chat/api/reference/rest/v1/cards) * abcxyz - * [abcxyz/pkg/cli](https://pkg.go.dev/github.com/abcxyz/pkg/cli) \ No newline at end of file + * [abcxyz/pkg/cli](https://pkg.go.dev/github.com/abcxyz/pkg/cli)