You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are different [techniques to send data](/slack-github-action/sending-techniques) into Slack and whichever one is chosen will require a certain set of customized inputs, as described later.
4
+
5
+
You can provide data to send to Slack from this GitHub Action and either source:
6
+
7
+
- The default event [context](https://github.com/actions/toolkit/blob/main/packages/github/src/context.ts#L6) with a [payload](https://docs.github.com/en/webhooks/webhook-events-and-payloads) matching the GitHub event.
8
+
- A custom payload with optional [variables](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) provided in the GitHub Action step.
9
+
10
+
These input options are valid for all techniques, but some techniques require specific constraints with certain requirements for valid inputs.
11
+
12
+
Additional [configurations](/slack-github-action/additional-configurations) and other details are also available for more customizations to the provided payload.
Copy file name to clipboardExpand all lines: docs/slack-github-action.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,6 @@
2
2
3
3
The GitHub Action for sending data to Slack.
4
4
5
-
## Sending variables
6
-
7
-
There are different [techniques to send data](/slack-github-action/sending-techniques) into Slack and whichever one is chosen will require a certain set of customized inputs, as described later.
8
-
9
-
You can provide data to send to Slack from this GitHub Action and either source:
10
-
11
-
- The default event [context](https://github.com/actions/toolkit/blob/main/packages/github/src/context.ts#L6) with a [payload](https://docs.github.com/en/webhooks/webhook-events-and-payloads) matching the GitHub event.
12
-
- A custom payload with optional [variables](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) provided in the GitHub Action step.
13
-
14
-
These input options are valid for all techniques, but some techniques require specific constraints with certain requirements for valid inputs.
15
-
16
-
Additional [configurations](/slack-github-action/additional-configurations) and other details are also available for more customizations to the provided payload.
17
-
18
5
## Versioning
19
6
20
7
We recommend using the latest version of this GitHub Action for the most recent updates and fixes.
0 commit comments