Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Dec 27, 2024
1 parent 28d527c commit 1fc48cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/mount-coverage-dir/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
sudo juicefs auth ci-coverage --access-key ${{ inputs.access_key }} --secret-key ${{ inputs.secret_key }} --token ${{inputs.token}} --encrypt-keys
sudo juicefs mount ci-coverage --subdir ${subdir} ${{inputs.mount_point}} --allow-other
else
echo "access_key, secret_key, token are required"
echo "no jfs secrets provided, use local dir instead of jfs"
mkdir -p ${{inputs.mount_point}}
fi

0 comments on commit 1fc48cc

Please sign in to comment.