Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Nov 22, 2024
1 parent a4f2005 commit 9fdb682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def generate_message(changes):
for app in changes[train]["apps"]:
message += f"### `{app}` app\n"
if len(changes[train]["apps"][app]["areas"]) > 0:
message += f"Affected areas: {', '.join(changes[train]["apps"][app]["areas"])}\n"
message += f"Affected areas: {', '.join(changes[train]['apps'][app]['areas'])}\n"
if len(changes[train]["apps"][app]["added"]) > 0:
message += "Added files:\n"
for file in changes[train]["apps"][app]["added"]:
Expand Down

0 comments on commit 9fdb682

Please sign in to comment.