From 95df913608de4efa0e647ef430bf7f88676bd4b1 Mon Sep 17 00:00:00 2001 From: Aldwyn Cabarrubias Date: Wed, 4 Mar 2020 00:55:28 +0800 Subject: [PATCH] Update sample version on README; Update Known Issues --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e2acac..873909b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 # this is the new step - name: Notify dedicated teams channel - uses: toko-bifrost/ms-teams-deploy-card@2.1.1 # or "./" if in a local set-up + uses: toko-bifrost/ms-teams-deploy-card@master # or "./" if in a local set-up with: github-token: ${{ github.token }} webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }} @@ -51,5 +51,5 @@ jobs: ### Known Issues -- Avoid naming your secrets with the prefix `GITHUB_` as secrets are being used as environment variables, and they reserved for Github Actions' use only. Better stick with `CI_GITHUB_TOKEN`. +- Avoid naming your secrets with the prefix `GITHUB_` as secrets are being used as environment variables, and they are reserved for Github Actions' use only. Better stick with `CI_GITHUB_TOKEN`. - As this is still in development, always use the working latest version from the `Releases`, as they have more bug fixes and added features.