Skip to content

Commit fb3ee92

Browse files
committed
test rename
1 parent 243c4dc commit fb3ee92

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,11 @@ If you want to output or debug the result, add:
9797
run: echo "${{ steps.send-message.outputs.slack-result }}"
9898
```
9999

100+
- `slack-results` (.outputs.slack-results) - Contains an array of all the results when sending to multiple channels. This can be used for following steps like sending a reaction. See [.github/workflows/7-slack-notification-multi-channel.yml](.github/workflows/7-slack-notification-multi-channel.yml)
101+
100102
### Sample Action file with Slack Channel and Text
101103

102-
[.github/workflows/slack-notification.yml](.github/workflows/slack-notification.yml)
104+
[.github/workflows/2-slack-notification.yml](.github/workflows/2-slack-notification.yml)
103105

104106
This will send a Slack message every time someone push, creates pull request or create an issue
105107

@@ -128,7 +130,7 @@ jobs:
128130

129131
### Sample Action file with Slack optional parameters
130132

131-
[.github/workflows/slack-notification.yml](.github/workflows/slack-notification.yml)
133+
[.github/workflows/2-slack-notification.yml](.github/workflows/2-slack-notification.yml)
132134

133135
```
134136
name: slack-notification-with-optional-parameters
@@ -165,7 +167,7 @@ To send a thread response you have the same setup as for sending a message, but
165167

166168
### Sample Action file
167169

168-
[.github/workflows/slack-thread.yml](.github/workflows/slack-thread.yml)
170+
[.github/workflows/4-slack-thread.yml](.github/workflows/4-slack-thread.yml)
169171

170172
See `Send Thread Message` part below:
171173

@@ -235,7 +237,7 @@ jobs:
235237

236238
### Sample Action file with Slack Channel and Text
237239

238-
[.github/workflows/slack-reaction.yml](.github/workflows/slack-reaction.yml)
240+
[.github/workflows/3-slack-reaction.yml](.github/workflows/3-slack-reaction.yml)
239241

240242
This will send a Slack message every time someone push, creates pull request or create an issue, and then, create a reaction to it
241243

@@ -285,7 +287,7 @@ jobs:
285287

286288
Similar to Add Reaction, but with text instead.
287289

288-
Please see [.github/workflows/slack-update-message.yml](.github/workflows/slack-update-message.yml)
290+
Please see [.github/workflows/5-slack-update-message.yml](.github/workflows/5-slack-update-message.yml)
289291

290292
## How to setup your first Github Action in your repository that will call this Action
291293

0 commit comments

Comments
 (0)