mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-12 01:16:54 +08:00
URL encode any invalid key characters (#93)
* URL encode any invalid key characters * Test we handle invalid chars * Job matrices must match * Empty commit * Empty commit
This commit is contained in:
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
||||
dep:
|
||||
- name: pandoc_jll
|
||||
version: "3"
|
||||
invalid-chars: "," # Use invalid characters in job matrix to ensure we escape them
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
@@ -90,6 +91,7 @@ jobs:
|
||||
dep:
|
||||
- name: pandoc_jll
|
||||
version: "3"
|
||||
invalid-chars: "," # Use invalid characters in job matrix to ensure we escape them
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
|
||||
Reference in New Issue
Block a user