We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd25dd8 commit f83d000Copy full SHA for f83d000
src/caching/github-actions-cache.ts
@@ -552,7 +552,7 @@ ${blockIds.map((blockId) => ` <Uncommitted>${blockId}</Uncommitted>`).join('\n'
552
}
553
554
#computeCacheKey(script: ScriptReference): string {
555
- return `wireit-${createHash('sha256')
+ return `TEST_wireit-${createHash('sha256')
556
.update(scriptReferenceToString(script))
557
.digest('hex')}`;
558
0 commit comments