-
-
Notifications
You must be signed in to change notification settings - Fork 173
Replace forked cache by official npm #21
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
Conversation
hi, thank you! shouldn't we implement the same logic as in @actions/cache? E.g. I see that we didn't implement this check and it lead to |
Oh right, let me make an update. |
I have created one dummy PR for verifying again, please find below details: |
// Store the matched cache key | ||
utils.setCacheState(cacheKey) | ||
const isExactKeyMatch = utils.isExactKeyMatch(primaryKey, cacheKey) | ||
utils.setCacheHitOutput(isExactKeyMatch) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please, remove it: I don't want this to be a part of an exported interface of our GitHub action
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great!
thank you very much! |
Fixes #14
Testing
https://github.com/sayboras/golangci-lint-action/runs/698981324?check_suite_focus=true
Restore cache
Save cache