Provider Info in annotations and test case fixes

This commit is contained in:
Koushik Dey
2020-06-22 15:05:48 +05:30
parent 7da7f474fa
commit 09a3895635
3 changed files with 52 additions and 28 deletions
+2 -1
View File
@@ -34,5 +34,6 @@ exports.workflowAnnotations = [
`runUri=https://github.com/${process.env['GITHUB_REPOSITORY']}/actions/runs/${process.env['GITHUB_RUN_ID']}`,
`commit=${process.env['GITHUB_SHA']}`,
`branch=${process.env['GITHUB_REF']}`,
`deployTimestamp=${Date.now()}`
`deployTimestamp=${Date.now()}`,
`provider=GitHub`
];