Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you need to send multiple Slack build updates and you prefer to update a sing
Note: You must assign a step `id` to the first Slack notification step in order to reference it for future steps:

```yaml
- name: Notify slack success
- name: Notify slack starting
if: success()
id: slack # IMPORTANT: reference this step ID value in future Slack steps
env:
Expand Down