Skip to content

Commit 3b047c8

Browse files
committed
Uncommitted
1 parent f06e1e4 commit 3b047c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/caching/github-actions-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ export class GitHubActionsCache implements Cache {
394394
const doneXmlBody = Buffer.from(
395395
`<?xml version="1.0" encoding="utf-8"?>
396396
<BlockList>
397-
${blockIds.map((blockId) => ` <Committed>${blockId}</Committed>`).join('\n')}
397+
${blockIds.map((blockId) => ` <Uncommitted>${blockId}</Uncommitted>`).join('\n')}
398398
</BlockList>
399399
`,
400400
'utf8',

0 commit comments

Comments
 (0)