From e2b1b670692e6fc2a141ee393726169978317bbc Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Sat, 18 Jan 2020 17:27:43 +0100 Subject: [PATCH] fix typo discored (#25) drone-discored -> drone-discord --- DOCS.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DOCS.md b/DOCS.md index ba7034e..9a940e9 100644 --- a/DOCS.md +++ b/DOCS.md @@ -15,7 +15,7 @@ The discord plugin posts build status messages to discord channel. The below pip ```yaml - name: discord notification - image: appleboy/drone-discored + image: appleboy/drone-discord settings: webhook_id: xxxxxxxxxx webhook_token: xxxxxxxxxx @@ -25,7 +25,7 @@ Example configuration with TTS (text-to-speech) message: ```diff - name: discord notification - image: appleboy/drone-discored + image: appleboy/drone-discord settings: webhook_id: xxxxxxxxxx webhook_token: xxxxxxxxxx @@ -37,7 +37,7 @@ Example configuration with override the default username of the webhook: ```diff - name: discord notification - image: appleboy/drone-discored + image: appleboy/drone-discord settings: webhook_id: xxxxxxxxxx webhook_token: xxxxxxxxxx @@ -49,7 +49,7 @@ Example configuration with override the default avatar of the webhook: ```diff - name: discord notification - image: appleboy/drone-discored + image: appleboy/drone-discord settings: webhook_id: xxxxxxxxxx webhook_token: xxxxxxxxxx @@ -61,7 +61,7 @@ Example configuration with a custom message template: ```diff - name: discord notification - image: appleboy/drone-discored + image: appleboy/drone-discord settings: webhook_id: xxxxxxxxxx webhook_token: xxxxxxxxxx @@ -77,7 +77,7 @@ Example configuration using credentials from secrets: ```diff - name: discord notification - image: appleboy/drone-discored + image: appleboy/drone-discord settings: - webhook_id: xxxxxxxxxx - webhook_token: xxxxxxxxxx