-
Notifications
You must be signed in to change notification settings - Fork 37
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
fix: use hash instead of url for primary cache key #102
Conversation
Hi! I'm autofix.ci, a bot that automatically fixes trivial issues such as code formatting in pull requests. I would like to apply some automated changes to this pull request, but it looks like I don't have the necessary permissions to do so. To get this pull request into a mergeable state, please do one of the following two things:
|
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.
follow autofix
@xhyrom ? |
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.
LGTM; I forgot sorry 😅
i cant allow edits from maintainers because its cross-org fork (https://github.com/orgs/community/discussions/5634) |
I'll move it to the dev branch and then create PR from dev -> main. Thanks! |
* fix: use hash instead of url for primary cache key (#102) * Update cache-save.ts * Update action.ts * Update cache-save.ts * build * format * [autofix.ci] apply automated fixes --------- Co-authored-by: Daniil Zotov <142039751+zoto-ff@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
its not working when cache key is URL (because of url unsafe characters or smth i think), so i suggest to hash download url and use it as cache key
fixes #101