From ac51ba0d35b68d6b09d6de49f064710e22d15da2 Mon Sep 17 00:00:00 2001 From: Mahsa Date: Sun, 21 Jan 2024 20:53:05 +0330 Subject: [PATCH] Fix whitespace in directory name --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c80342d..9de445a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: - test strategy: matrix: - dir: [" ", "clients/proxy-client", "clients/harbor-client"] + dir: ["", "clients/proxy-client", "clients/harbor-client"] steps: - uses: actions/checkout@v2 - uses: docker/setup-qemu-action@v1