Skip to content

Commit

Permalink
attempt for more readable date time 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mythilytm committed Jul 23, 2024
1 parent 9ac3814 commit e78ce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def main():
except subprocess.CalledProcessError:
current_tag = "N/A"

new_row_data = [date_now, current_date, current_time, "flex-plugins", "AS_development", "", deployer_name, current_branch, commit_sha, current_tag]
new_row_data = [current_date, current_time, "flex-plugins", "AS_development", "", deployer_name, current_branch, commit_sha, current_tag]
update_response = sheet.append_row(new_row_data)
print("Sheet update response")

Expand Down

0 comments on commit e78ce2e

Please sign in to comment.