update GHES warning behavior

This commit is contained in:
Rob Herley
2023-12-05 18:42:36 +00:00
committed by GitHub
parent ce9eae0785
commit b9872153b8
3 changed files with 35 additions and 51 deletions
@@ -56,7 +56,7 @@ export interface GetArtifactResponse {
/**
* Metadata about the artifact that was found
*/
artifact?: Artifact
artifact: Artifact
}
/*****************************************************************************