File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Actions jobs that execute what are effectively integration tests for this GitHub
2626
2727Actions that run the integration tests on PRs from a fork will require approval before running.
2828These checks use stored secrets so the changes should be reviewed before approving the workflow to
29- avoid accidently leaking tokens!
29+ avoid accidentally leaking tokens!
3030
3131### Releasing
3232
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ inputs:
1616 description : " Attributes that create the content of the request using JSON or YAML."
1717 required : false
1818 payload-delimiter :
19- description : " Field seperator for nested attributes in the input payload."
19+ description : " Field separator for nested attributes in the input payload."
2020 required : false
2121 payload-file-path :
2222 description : " Path to a file containing a valid input payload made of JSON or YAML."
Original file line number Diff line number Diff line change 11{
22 "name" : " slack-github-action" ,
33 "version" : " 2.1.1" ,
4- "description" : " The official Slack Github Action. Use this to send data into your Slack workspace" ,
4+ "description" : " The official Slack GitHub Action. Use this to send data into your Slack workspace" ,
55 "main" : " dist/index.js" ,
66 "type" : " module" ,
77 "scripts" : {
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default class Config {
4444 * @property {boolean } errors - If the job should exit after errors or succeed.
4545 * @property {string? } method - The Slack API method to call.
4646 * @property {string? } payload - Request contents from the provided input.
47- * @property {string? } payloadDelimiter - Seperators of nested attributes.
47+ * @property {string? } payloadDelimiter - Separators of nested attributes.
4848 * @property {string? } payloadFilePath - Location of a JSON request payload.
4949 * @property {boolean } payloadTemplated - If templated values are replaced.
5050 * @property {string? } proxy - An optional proxied connection for requests.
You can’t perform that action at this time.
0 commit comments