From a6485a27025be3a7589c6c9740b48a8f25ec9fe3 Mon Sep 17 00:00:00 2001 From: kha7iq Date: Fri, 13 Aug 2021 00:32:14 +0800 Subject: [PATCH] docs: fix spellings & remove duplicates --- docs/services.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/services.md b/docs/services.md index 12a2488..5d31b52 100644 --- a/docs/services.md +++ b/docs/services.md @@ -1,8 +1,8 @@ # Configuration -All the flags have corresponding environment variables assosiated with it. You +All the flags have corresponding environment variables associated with them. You can either provide the value with flags or export to a variable. You can view -the corresponding variable to each with --help flag. +the corresponding variable with `--help` flag. *Flags* take precedence over *variables* @@ -85,7 +85,8 @@ jobs: - name: Ping me On uses: kha7iq/pingme-action@v1 env: - GOTIFY_TOKEN: ${{ secrets.TELEGRAM_TOKEN }} + GOTIFY_TOKEN: ${{ secrets.GOTIFY_TOKEN }} + GOTIFY_URL: "example.com" GOTIFY_TITLE: 'Reference: ${{ github.ref }}' GOTIFY_MESSAGE: 'Event is triggered by ${{ github.event_name }}' @@ -247,7 +248,6 @@ jobs: MATTERMOST_TOKEN: ${{ secrets.MATTERMOST_TOKEN }} MATTERMOST_SERVER_URL: ${{ secrets.MATTERMOST_SERVER_URL }} MATTERMOST_CHANNELS: ${{ secrets.MATTERMOST_CHANNELS }} - MATTERMOST_CHANNELS: ${{ secrets.MATTERMOST_CHANNELS }} MATTERMOST_TITLE: 'Reference: ${{ github.ref }}' MATTERMOST_MESSAGE: 'Event is triggered by ${{ github.event_name }}' with: