Skip to content

Commit 9a0681f

Browse files
authored
Merge pull request #221 from righettod/master
Change emoji
2 parents aa1b1e3 + e42009f commit 9a0681f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/monitoring_technical_references_generate_dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
DASHBOARD_MD_FILE_TEMPLATE = f"""
2424
# Technical References Dashboard
2525
26-
> :timer_clock: Last verification (UTC): {EXECUTION_DATETIME_UTC}
26+
> 📅 Last verification (UTC): {EXECUTION_DATETIME_UTC}
2727
2828
## GitHub repositories health status
2929

ci/tab_stats_generate_md_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def init_stats_file():
118118
cdate = datetime.now().strftime("%m/%d/%Y at %H:%M:%S")
119119
f.write(TAB_MD_TEMPLATE)
120120
f.write("\n\n")
121-
f.write(f"⏲️ Last update: {cdate} - Domains analyzed count: {get_domains_count()}.\n")
121+
f.write(f"📅 Last update: {cdate} - Domains analyzed count: {get_domains_count()}.\n")
122122
trace("Call end.")
123123

124124

0 commit comments

Comments
 (0)