Skip to content

Commit

Permalink
Update sample version on README; Update Known Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aldwyn-acn committed Mar 3, 2020
1 parent 68a39c7 commit 95df913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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.

0 comments on commit 95df913

Please sign in to comment.