Fix typo.

This commit is contained in:
Adam Millerchip 2020-10-17 22:57:34 +09:00 committed by GitHub
parent 5c202c24a4
commit a4065fc1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ The `json-payload` argument must always be provided.
There are three ways to provide the webhook URL:
1. Via the `SLACK_WEBHOOK` environment variable.
2. Via a custom environment variable. Provide the name with the `webhook-url-env-var` parameter.
3. Directly to the webhook with the `webhook-url` parameter.
3. Directly to the `send-message` command with the `webhook-url` parameter.
See the full examples on the orb's [CircleCI Orb Repository listing](https://circleci.com/developer/orbs/orb/adamu/slack-webhook#usage-examples).