Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Mar 22, 2024
1 parent 98847a8 commit c21ec78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/notification_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def prepare_reports(title, header, reports, to_truncate=True):
if __name__ == "__main__":

ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID = os.environ["ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID"]
CI_SLACK_REPORT_CHANNEL_ID = os.environ["ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID"]
CI_SLACK_REPORT_CHANNEL_ID = os.environ[ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID]
print(ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID)
print(CI_SLACK_REPORT_CHANNEL_ID[:4])

Expand Down

0 comments on commit c21ec78

Please sign in to comment.