Skip to content

Commit

Permalink
Format correct mail
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Nov 12, 2024
1 parent 33d764b commit f6c1bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Set Timestamp
id: timestamp
run: echo "TIMESTAMP=$(date)" >> $GITHUB_ENV
run: echo "TIMESTAMP=$(TZ='Asia/Kolkata' date +"%D %T")" >> $GITHUB_ENV
- name: Checkout source
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion do.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def coverage():
<p>Hi All,<br><br>
Please find the coverage results for the build execution ID : <b>"""+str(build_number)+"""</b><br>
Build started on : <b>"""+str(test_start)+"""</b><br><br>
Build started on : <b>"""+str(test_start)+""" IST</b><br><br>
</p>
<table style="width:100%">
Expand Down

0 comments on commit f6c1bb0

Please sign in to comment.