From 1c336adb14e09c4a7de5a22111a1dd76f656d5cb Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sun, 29 Sep 2024 23:19:52 +0200 Subject: [PATCH] fixup! fix workflow files --- .github/workflows/test-linux.yml | 2 +- .github/workflows/test-macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index fb14ecf3c314b0..d6000d4f0815c6 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -61,4 +61,4 @@ jobs: cd "$DIR" ./tools/test.py --flaky-tests keep_retrying -p actions -j 4 env: - DIR: dir%20with unusual\"chars$'åß∂ƒ©∆¬…` + DIR: dir%20with $unusual"chars?'åß∂ƒ©∆¬…` diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 9ec402c0720a9f..bbb1ada3876ff9 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -92,4 +92,4 @@ jobs: cd "$DIR" ./tools/test.py --flaky-tests keep_retrying -p actions -j 4 env: - DIR: dir%20with unusual\"chars 'åß∂ƒ©∆¬…` + DIR: dir%20with $unusual"chars?'åß∂ƒ©∆¬…`