Skip to content

Commit

Permalink
Fix whitespace in directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahsa committed Jan 21, 2024
1 parent eee75fe commit ac51ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac51ba0

Please sign in to comment.