From 2a26cd162642b0c4f0be05f25eef2da941f3e4dc Mon Sep 17 00:00:00 2001 From: D Ther Date: Wed, 14 Oct 2020 17:18:19 +0630 Subject: [PATCH] new release --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 0cb8de0..9f19c5b 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ # google-chat-action + +Sample + +```yaml +name: Sample Testing +on: [push] + +jobs: + my_job: + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Chat Setup + uses: DTherHtun/google-chat-action@v0.1 + with: + msg: ${GITHUB_REF} + webhook: "https://chat.googleapis.co....." +```