Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add advanced use cases to examples section #1222

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dsame
Copy link

@dsame dsame commented Aug 23, 2023

Description

The PR add the following use case to example sections:

##  Common use cases

### Restore-only caches
### Automatically detect cached paths

Motivation and Context

During the maintaining actions/setup-go we received feedback from users about real world use cases and requests
to extend the functionality of the built-in caching.

It is not desirable to bloat the setup action with the caching features, the users should be redirected to actions/cache
instead with a good explanation of how to achieve the requested functionality.

Related isues:
actions/setup-go#316
actions/setup-go#395

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@dsame dsame marked this pull request as ready for review August 23, 2023 15:23
@dsame dsame requested a review from a team as a code owner August 23, 2023 15:23
@dsame dsame marked this pull request as draft August 23, 2023 15:32
@dsame dsame marked this pull request as ready for review August 23, 2023 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant