Skip to content

Commit 36beb93

Browse files
committed
#2 - refactoring
1 parent b8cee66 commit 36beb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github_actions/common/actions/init_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(self, environment: str, args: Namespace):
1212
super().__init__(environment)
1313
self.cluster_provider = args.rmk_cluster_provider
1414
self.github_token = args.github_token
15-
self.slack_notification = getattr(args, "rmk_slack_notification", "")
15+
self.slack_notification = getattr(args, "rmk_slack_notifications", "")
1616
self.slack_channel = getattr(args, "rmk_slack_channel", "")
1717
self.slack_message_details = getattr(args, "rmk_slack_message_details", "")
1818
self.slack_webhook = getattr(args, "rmk_slack_webhook", "")

0 commit comments

Comments
 (0)