Skip to content

Remove cache checksum debug #24

Description

@joshmgross

For debugging cache integrity, code was added to calculate the checksum of the cache during restore and save (see https://github.com/actions/cache/blob/master/src/restore.ts#L100)

Since we can't conditionally run this in debug mode only, it's run on every use of the action and is a waste of time. We should remove that block of code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions