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
Copy file name to clipboardexpand all lines: notify-about-build-failure/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The list of arguments, that are used in GH Action:
17
17
|`slack-channel-name`| string | ✅ || Slack channel name (for example, `#-test-channel`) |
18
18
|`github-commit-author-name`| string | ✅ || GitHub name of commit author, needed for finding the Slack handle of commit author |
19
19
|`github-action-run-url`| string | ✅ || Failing GitHub Acton run URL (for example, `https://github.com/toptal/staff-portal/actions/runs/123`), needed for the notification message |
20
+
|`fallback-slack-team-id`| string ||| team ID to use when commit author is not found |
Copy file name to clipboardexpand all lines: notify-about-build-failure/action.yml
+3
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ inputs:
16
16
github-action-run-url:
17
17
description: Failing GitHub Acton run URL (for example, `https://github.com/toptal/staff-portal/actions/runs/123`), needed for the notification message
18
18
required: true
19
+
fallback-slack-team-id:
20
+
description: team ID to use when commit author is not found
0 commit comments