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

Sanitize workflow name when generating cache key #757

Merged
merged 2 commits into from
Jun 29, 2023
Merged

Sanitize workflow name when generating cache key #757

merged 2 commits into from
Jun 29, 2023

Conversation

bigdaz
Copy link
Member

@bigdaz bigdaz commented Jun 29, 2023

Workflow names may contain commas, which are explicitly prohibited in a cache key.
These commas are now removed when generating a cache key.

Fixes #756

Commas are explicitly disallowed in cache keys, so remove any from
workflow name when generating cache key.
@bigdaz bigdaz self-assigned this Jun 29, 2023
@github-actions
Copy link

PR ready for review: https://gradle.com/s/2hm76rxwpzrge

@bigdaz bigdaz merged commit 40b6781 into main Jun 29, 2023
155 checks passed
@bigdaz bigdaz deleted the dd/issue-756 branch June 29, 2023 16:32
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.

Cache key Validation Error when workflow name contains a comma
1 participant