We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06e1e4 commit 3b047c8Copy full SHA for 3b047c8
src/caching/github-actions-cache.ts
@@ -394,7 +394,7 @@ export class GitHubActionsCache implements Cache {
394
const doneXmlBody = Buffer.from(
395
`<?xml version="1.0" encoding="utf-8"?>
396
<BlockList>
397
-${blockIds.map((blockId) => ` <Committed>${blockId}</Committed>`).join('\n')}
+${blockIds.map((blockId) => ` <Uncommitted>${blockId}</Uncommitted>`).join('\n')}
398
</BlockList>
399
`,
400
'utf8',
0 commit comments