updated the annotation prefix

This commit is contained in:
Vidya Reddy
2022-07-27 22:35:03 +05:30
parent 1516e1430d
commit c97519147a
+1 -1
View File
@@ -1,6 +1,6 @@
import {DeploymentConfig} from '../types/deploymentConfig'
const ANNOTATION_PREFIX = 'actions.github.com/'
const ANNOTATION_PREFIX = 'actions.github.com'
export function getWorkflowAnnotations(
lastSuccessRunSha: string,