Thanks to visit codestin.com
Credit goes to github.com

Skip to content

💡 - Output documentation and alignment with actions/cache outputs #62

@froggleston

Description

@froggleston

Hi there! Thanks for the great extension to the actions/cache action - I'm using it to great effect to provide longer term caches via S3 rather than GitHub's 7-day caching.

I was however a little confused about some of the outputs. For example, actions/cache specifies a cache-matched-key output, which seems to be mapped to matched-key in this action. When I tried to use this output value to confirm if the key matched or any restore-keys prefix matched, the cache-matched-key or matched-key outputs are not available - only cache-hit and cache-size are provided.

Would it be possible to:

  • improve the documentation so that the outputs are listed in the README?
  • add the cache-matched-key or matched-key to the available outputs?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions