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:
Curtis Vogt
2024-01-09 15:50:08 -06:00
committed by GitHub
parent 207a5a0786
commit fca1a91340
2 changed files with 5 additions and 0 deletions

View File

@@ -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