We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8e712 commit cfcafb3Copy full SHA for cfcafb3
.github/workflows/build.yml
@@ -774,7 +774,8 @@ jobs:
774
"",
775
"_Note: Tests run against the /ping endpoint for 60 seconds each._",
776
777
- `*Last updated: ${new Date().toISOString()}*`
+ `*Last updated: ${new Date().toISOString()}*`,
778
+ "" // Add empty line at the end
779
].join("\n");
780
781
fs.writeFileSync("test-results/table.md", table);
0 commit comments