Skip to content

Commit

Permalink
try to fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbaun committed Sep 20, 2024
1 parent c2d030a commit 6b85132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
MIN_USER: ${{ secrets.MINIO_USER }}
MIN_PASS: ${{ secrets.MINIO_PASS }}
run: |
mc config host add myminio http://localhost:9000 ${MIN_USER} ${MIN_PASS}
mc config host add myminio http://localhost:9000 "${MIN_USER}" "${MIN_PASS}"
- name: Run ossperf.sh
run: |
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit 6b85132

Please sign in to comment.