Support release-level data (#297)
Support retrieving and updating generic release-level data, such as support and eol dates. The JSON format has been changed accordingly to add a new top-level `releases` key. The `aws-lambda.py` script has been updated to make use of this new feature.
This commit is contained in:
@@ -33,7 +33,7 @@ class ScriptExecutionSummary:
|
||||
|
||||
def print_summary(self, summary: GitHubStepSummary, min_duration: float = 3) -> None:
|
||||
summary.println("## Script execution summary\n")
|
||||
summary.println(f"\nExecutions below {min_duration} seconds are hidden except in case of failure.\n")
|
||||
summary.println(f"Executions below {min_duration} seconds are hidden except in case of failure.\n")
|
||||
summary.println("### By products\n")
|
||||
summary.println("| Name | Duration | Scripts | Succeeded |")
|
||||
summary.println("|------|----------|---------|-----------|")
|
||||
|
||||
Reference in New Issue
Block a user